forked from TrueCloudLab/certificates
Fix typos.
This commit is contained in:
parent
730433fca0
commit
ee9069a32d
1 changed files with 2 additions and 2 deletions
|
@ -18,7 +18,7 @@ cli](https://github.com/smallstep/cli#installation-guide).
|
|||
$ docker pull smallstep/step-ca
|
||||
```
|
||||
|
||||
3. Create the required volumens.
|
||||
3. Create the required volumes.
|
||||
|
||||
We need to create a volume in docker where we will store our PKI as well as
|
||||
the step-ca configuration file.
|
||||
|
@ -27,7 +27,7 @@ cli](https://github.com/smallstep/cli#installation-guide).
|
|||
$ docker volume create step
|
||||
```
|
||||
|
||||
4. Intialize the PKI.
|
||||
4. Initialize the PKI.
|
||||
|
||||
The simple way to do this is to run an interactive terminal:
|
||||
|
||||
|
|
Loading…
Reference in a new issue