1

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
  • 8,537
  • 8
  • 42
  • 62

1 Answers1

2

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
  • 8,345
  • 1
  • 31
  • 48