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