Hello,
Is there a certbot command you use to renew or generate cert by providing my CSR?
Someone provided me with a CSR, i want to use that CSR to generate a certificates & key.
I have a certbot version 0.31.0 or certbot 0.17.0 available. I have tried to use --CSR option, but it seems it not available on these versions.
I usually issue below commands, but wandering there an option to insert CSR to issue required ssl.
letsencrypt certonly --manual -d test1.abc.com --preferred-challenges dns --email test@abc.com --agree-tos
You cannot generate a key from the CSR, only the certificate (such as sign the CSR via a CA).
You already need a key to generate the CSR itself. So the guy who provided the CSR owns the key, and only he can use the certificate you generate (aka get signed) from the CSR.