internetee-registry/app/controllers/repp/v1
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
..
certificates feat: Implement new certificate generation service 2025-04-16 11:47:52 +03:00
domains Fixed domain add/remove contacts endpoints 2022-11-04 12:48:20 +02:00
registrar Fix poll messages crashing 2024-10-15 15:13:46 +03:00
accounts_controller.rb Added committed param to white ip 2023-07-07 16:05:06 +03:00
api_users_controller.rb Added endpoints for creating and downloading api user certificates 2023-06-28 15:48:40 +03:00
auctions_controller.rb Add response to REPP log 2020-11-17 13:00:47 +02:00
base_controller.rb feat: Implement new certificate generation service 2025-04-16 11:47:52 +03:00
certificates_controller.rb fix: improve certificate parsing and file extensions 2025-04-16 11:47:52 +03:00
contacts_controller.rb Merge pull request #2741 from internetee/disclose-phone-num-for-org-registrants 2025-01-31 17:52:57 +02:00
domains_controller.rb fixed period param 2023-04-13 12:05:50 +03:00
invoices_controller.rb Added endpoints for creating and downloading api user certificates 2023-06-28 15:48:40 +03:00
retained_domains_controller.rb Add response to REPP log 2020-11-17 13:00:47 +02:00
stats_controller.rb Improved stats query 2023-12-21 17:26:01 +02:00
white_ips_controller.rb Add admin mailers and tests to white_ips 2023-07-10 09:51:56 +03:00