diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2021-02-16 01:06:07 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2021-02-18 00:40:53 +0100 |
commit | 35ba3f6919fbd4a724383169d16f9eec43a27989 (patch) | |
tree | c1eee520eeb657d058a82574bae77216597c4c3b /client | |
parent | a8bc34b6ff5eccabef7420d5d5deeb8e1a9e2816 (diff) |
typofix
Diffstat (limited to 'client')
-rwxr-xr-x | client | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -367,7 +367,7 @@ elsif ($COMMAND eq 'newOrder') { ############################################################################# # revokeCert # The certificate to revoke is passed (in DER format) to STDIN; this -# is required since the ACME client might not have read access to the +# is needed since the ACME client might not have read access to the # X.509 file # elsif ($COMMAND eq 'revokeCert') { |