internetee-registry/lib
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
..
auth_token fixed codeclimate errors (partically) 2021-09-09 09:19:09 +03:00
core_monkey_patches Hash: select entries by keys 2021-01-11 14:32:10 +02:00
deserializers/xml fixed codeclimate errors 2021-09-09 13:06:51 +03:00
gem_monkey_patches fixed ArgumentError 2021-09-03 16:12:16 +03:00
schemas updated schemas 2021-09-08 13:52:28 +03:00
serializers fix: improve certificate parsing and file extensions 2025-04-16 11:47:52 +03:00
tasks Merge pull request #2717 from internetee/fix-poll-message-to-invalid-company-ident 2024-12-31 10:54:43 +02:00
validators Improved phone number validation 2022-01-13 14:48:54 +02:00
xsd fixed codeclimate errors 2021-09-09 21:34:56 +03:00
application_service.rb Move class to lib, add sugar, add tests 2021-05-20 17:13:26 +05:00
epp_constraint.rb made support test schema domain version 1.2 2021-06-28 13:44:13 +03:00
rake_option_parser_boilerplate.rb Add argument-supported rake task boilerplate 2021-10-07 16:13:48 +05:00