internetee-registry/app/controllers
oleghasjanov fe90d787c2 fix: improve certificate parsing and file extensions
- Fix PKCS12 container parsing by using consistent password
- Add proper file extensions for certificate downloads (.key, .csr, .crt)
- Improve private key parsing by removing unnecessary Base64 decoding
- Add error logging for certificate parsing failures
- Clean up certificate serializer code

The main changes include:
- Using P12_PASSWORD consistently across generation and parsing
- Adding proper file extensions for different certificate types
- Fixing private key parsing to handle PEM format correctly
- Adding detailed error logging for debugging purposes
- Removing redundant code comments and improving code clarity

This commit improves the reliability of certificate handling
and provides better user experience with correct file extensions.
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 fix: improve certificate parsing and file extensions 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