2

I'm noob with SSL.

I have implemented SSL with cerbot/letscrypt [nginx/Ubuntu 14.04]. I had also done public key SSL pinning on the android app. Everything is in production and working fine.

But once the certificate expires i want to renew certificate with the same key to prevent any forceful app update.

Please let me know is there any way i can work around.

Thank You in advance.

Harsh Bhikadia
  • 10,095
  • 9
  • 49
  • 70

1 Answers1

3

I am looking for the same type of solution for Traefik, and as I mention in my question I think it's possible for Certbot, at least from reading their --help.

So if you run:

docker run --rm -it certbot/certbot --help all

You will find:

--reuse-key           When renewing, use the same private key as the existing certificate. (default: False)

Exadra37
  • 11,244
  • 3
  • 43
  • 57