Uploaded image for project: 'netconf'
  1. netconf
  2. NETCONF-1304

Unify certificates payload for keystore RPCs

XMLWordPrintable

    • Icon: Improvement Improvement
    • Resolution: Unresolved
    • Icon: Low Low
    • None
    • None
    • keystore

      There are inconsistencies in the keystore RPCs.

      • add-keystore-entry
      • add-private-key
      • add-trusted-certificate

      We use private keys in PEM format with BEGIN and END prefixes such as 

      -----BEGIN RSA PRIVATE KEY-----
      ...
      -----END RSA PRIVATE KEY-----  

      For consistency, we should also use it for certificates like this:

      -----BEGIN CERTIFICATE-----
      Base64–encoded certificate
      -----END CERTIFICATE-----

      (https://docs.aws.amazon.com/acm/latest/userguide/import-certificate-format.html)

            ivanhrasko Ivan Hrasko
            cicut Ľuboš Čičut
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: