forked from TrueCloudLab/certificates
Added anchors
This commit is contained in:
parent
e72f087037
commit
690439c938
1 changed files with 2 additions and 2 deletions
|
@ -154,7 +154,7 @@ enabling it to authenticate and encrypt communication. Let's get started!
|
|||
|
||||
### Let's get started!
|
||||
|
||||
1. Initialize and run the Step CA.
|
||||
<a name="GetStartedInit"></a>1. Initialize and run the Step CA.
|
||||
|
||||
`step ca init` initializes the CA and accomplishes two tasks.
|
||||
|
||||
|
@ -237,7 +237,7 @@ X.509 Certificates and private keys.
|
|||
EOF
|
||||
```
|
||||
|
||||
3. Get an identity for your server from the Step CA.
|
||||
<a name="GetStartedCert"></a>3. Get an identity for your server from the Step CA.
|
||||
|
||||
<pre><code>
|
||||
<b>$ step ca certificate localhost srv.crt srv.key</b>
|
||||
|
|
Loading…
Reference in a new issue