internetee-registry/app/controllers
oleghasjanov ae96863b88 feat: Implement P12 certificate generation improvements
- Replace hardcoded P12 password with randomly generated one
- Add p12_password column to certificates table
- Update certificate serializer to include p12 password in response
- Remove deprecated certificate revocation logic
- Add tests for certificate revocation functionality
- Implement async P12 generation via Sidekiq job
- Add job uniqueness to prevent parallel certificate generation

Migration changes:
- Replace p12_password_digest with p12_password column
- Add safety measures for column removal
2025-04-16 11:47:52 +03:00
..
admin feat: add admin contact ident type validation 2025-02-03 13:59:03 +02:00
api changed count of contact validations 2024-02-08 15:00:41 +02:00
concerns Fixed codeclimate issues 2023-07-13 12:32:33 +03:00
eeid/webhooks Fixed identification request webhook 2025-01-28 10:41:54 +02:00
eis_billing reverse accidently changes 2023-05-04 16:14:44 +03:00
epp Updated contact name data type in schemas 2024-08-22 11:25:54 +03:00
repp/v1 feat: Implement P12 certificate generation improvements 2025-04-16 11:47:52 +03:00
sso Fix CookieOverflow error using current Tara test keys 2021-03-11 17:42:06 +05:00
application_controller.rb Handling contact verifications 2024-11-14 08:37:09 +02:00