ldez/traefik-certs-dumper

Is there any way to generate public key too?

saeidraei opened this issue · 1 comments

I'm trying to generate traefik certificates for my socket io app . but it needs the public key too .
I have generated the fullchain and private key file and I don't want to do it manually to keep this whole thing automatic in future.

There appears to be a post-hook command. I would assume you could get the public key from the prvate key using that. Idk though. I am in the same boat. Great question!