Displaying 2 results from an estimated 2 matches for "signcsr".
Did you mean:
igncr
2017 Feb 20
2
Problem with Let's Encrypt Certificate
...>> I use dehydrated (with Cloudflare DNS challenges) and as far as I know,
>> it seems to generate a new private key every time.
>
> Yeah that would be a problem for me because I implement DANE.
It's on my to-do list, but I think you can use dehydrated in signing
mode.
--signcsr (-s) path/to/csr.pem Sign a given CSR, output CRT on stdout (advanced usage)
In this way, you can reuse private key, as well as making it more
secure by removing a privileged operations (private key acces) allowing
dehydrated to be run as a non-privilged/separate user.
Joseph Tam <jtam.home...
2017 Feb 23
0
Problem with Let's Encrypt Certificate
...udflare DNS challenges) and as far as I know,
>>> it seems to generate a new private key every time.
>>
>> Yeah that would be a problem for me because I implement DANE.
>
> It's on my to-do list, but I think you can use dehydrated in signing
> mode.
>
> --signcsr (-s) path/to/csr.pem Sign a given CSR, output CRT on stdout (advanced usage)
>
> In this way, you can reuse private key, as well as making it more
> secure by removing a privileged operations (private key acces) allowing
> dehydrated to be run as a non-privilged/separate user.
You m...