forked from TrueCloudLab/certificates
Fix service name
This commit is contained in:
parent
730639d2a3
commit
6d8b4a1b9a
1 changed files with 1 additions and 1 deletions
|
@ -242,7 +242,7 @@ $ systemctl status step-ca
|
||||||
# Configure the `step-ca` process to startup on reboot automatically
|
# Configure the `step-ca` process to startup on reboot automatically
|
||||||
$ systemctl enable step-ca
|
$ systemctl enable step-ca
|
||||||
# Start the `step-ca` service.
|
# Start the `step-ca` service.
|
||||||
$ systemctl start smallstep
|
$ systemctl start step-ca
|
||||||
```
|
```
|
||||||
|
|
||||||
## Configure Your Environment
|
## Configure Your Environment
|
||||||
|
|
Loading…
Reference in a new issue