Originally created by @broedli on GitHub (Nov 9, 2016).
Hi,
I'm trying to automate my renewal for certificates with hkpk / dane in mind (using --singcsr /path/to/my.csr --out /path/to/location) but only get the cert as an output in shell. Am I missing something or is this not supported?
Originally created by @broedli on GitHub (Nov 9, 2016).
Hi,
I'm trying to automate my renewal for certificates with hkpk / dane in mind (using --singcsr /path/to/my.csr --out /path/to/location) but only get the cert as an output in shell. Am I missing something or is this not supported?
The --out parameter is only used for normal operation.
When you are signing a CSR you have to handle everything else yourself, the script only does the validation and asks Let's Encrypt to sign your CSR.
@lukas2511 commented on GitHub (Dec 18, 2016):
The `--out` parameter is only used for normal operation.
When you are signing a CSR you have to handle everything else yourself, the script only does the validation and asks Let's Encrypt to sign your CSR.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @broedli on GitHub (Nov 9, 2016).
Hi,
I'm trying to automate my renewal for certificates with hkpk / dane in mind (using --singcsr /path/to/my.csr --out /path/to/location) but only get the cert as an output in shell. Am I missing something or is this not supported?
@lukas2511 commented on GitHub (Dec 18, 2016):
The
--outparameter is only used for normal operation.When you are signing a CSR you have to handle everything else yourself, the script only does the validation and asks Let's Encrypt to sign your CSR.