We have 3rd Party Certificate. We used to get only CSR for ECDSA since we do not use Dual Stack option, and it's disabled, but, must be, something changed on the back-end, and now we get RSA+ECDSA CSR by default:
(example)
$ python3 /home/deploy/cli-cps/bin/akamai-cps status --cn '*.XXXXX.com' > /etc/letsencrypt/csr/*.XXXXX.com.csr
Getting enrollment for *.XXXXX.com with enrollment-id: 123456
Getting change status for changeId: 234567
3RD PARTY CERTIFICATE DETAILS:
Below is the CSR for RSA. Please get it signed by your desired certificate authority and then run 'proceed' to upload.
Below is the CSR for ECDSA. Please get it signed by your desired certificate authority and then run 'proceed' to upload.
...............
We need an option for akamai-cps to get only CSR for ECDSA, could you please add it?
We have 3rd Party Certificate. We used to get only CSR for ECDSA since we do not use Dual Stack option, and it's disabled, but, must be, something changed on the back-end, and now we get RSA+ECDSA CSR by default:
(example)
We need an option for akamai-cps to get only CSR for ECDSA, could you please add it?