internetee-registry/lib/serializers/repp
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
..
api_user.rb fix tests 2025-04-16 11:47:52 +03:00
certificate.rb fix: improve certificate parsing and file extensions 2025-04-16 11:47:52 +03:00
contact.rb Handling contact verifications 2024-11-14 08:37:09 +02:00
domain.rb Fixed test 2022-11-10 17:59:39 +02:00
invoice.rb Reset invoice serializer 2023-06-06 09:50:46 +03:00