forked from TrueCloudLab/certificates
Fix typo in readme.
This commit is contained in:
parent
5d92735594
commit
22a6f321a7
1 changed files with 1 additions and 1 deletions
|
@ -220,7 +220,7 @@ step-ca $STEPPATH/config/ca.step
|
|||
|
||||
Many of the cli utilities under `step ca [sub-command]` interface directly with
|
||||
a running instance of the Step CA. The CA exposes an HTTP API and clients are
|
||||
required to connect using TLS over HTTP (aka HTTPS). As part of bootstraping the
|
||||
required to connect using HTTP over TLS (aka HTTPS). As part of bootstraping the
|
||||
Step CA, a certificate was generated using the root of trust that was
|
||||
created when you initilialized your PKI. In order to properly validate this
|
||||
certificate clients need access to the public root of trust, aka the public
|
||||
|
|
Loading…
Reference in a new issue