I have to renew an SSL certificate that has been imported into AWS Certificate Manager. I need to be able to create a CSR for this certificate to send to the CA to create the new cert. This particular CA must create the cert, so I cannot use the ACM Request feature. The cert is in use for CloudFront, which has no server that I can terminal into to create the CSR.
How can a CSR be created for this cert? Should it be created locally using openSSL, and what steps would be required to do so? I do not have access to the private key that was used when creating this certificate.