Browse Source

typo

develop
Robin Thoni 3 years ago
parent
commit
f4492d0f65
Signed by: Robin THONI <robin@rthoni.com> GPG Key ID: 4E09DEF46B99E61E
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      README.md

+ 1
- 1
README.md View File

@@ -25,7 +25,7 @@ docker run -it --rm -v `pwd`/data/step-ca/home:/home/step smallstep/step-ca:0.15
25 25
     ```shell
26 26
     step certificate sign --profile intermediate-ca certs/ad.csr certs/root_ca.crt secrets/root_ca_key
27 27
     ```
28
-  Note: `step` might complaint if there's an emtpy trailing line at the end of the CSR
28
+  Note: `step` might complain if there's an emtpy trailing line at the end of the CSR
29 29
 - Copy the generated certificate on stdout AND `certs/root_ca.crt` somewhere to the AD-CS server
30 30
 - Run on the AD-CS server
31 31
     ```shell

Loading…
Cancel
Save