create certificate in --out(put) while using --signcsr #157

Closed
opened 2025-12-29 00:26:14 +01:00 by adam · 1 comment
Owner

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?
adam closed this issue 2025-12-29 00:26:14 +01:00
Author
Owner

@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.

@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.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/dehydrated#157