Generate fresh CSR

Using acme.sh, how does one generate a fresh CSR ?

acme.sh --issue --dns -d server.example.com --yes-I-know-dns-manual-mode-enough-go-ahead-please

I’m pretty sure it generates a fresh CSR every time, but could you by any chance refer to the private key specifically? I.e., you want a new private key generated every time the cert gets renewed?

If so, you could use --always-force-new-domain-key

See acme.sh --help for all the options provided by the script.

1 Like

Yes, you are spot on … it does create a new CSR each time (my bad) and i was after a flag to generate a new private key. I’ll give it a go !

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.