forked from TrueCloudLab/certificates
Merge pull request #318 from nop33/getting-started-docs-fixes
Getting Started docs fixes
This commit is contained in:
commit
51b9867c51
1 changed files with 4 additions and 5 deletions
|
@ -222,14 +222,13 @@ After=syslog.target network.target
|
|||
|
||||
[Service]
|
||||
|
||||
User=smallstep
|
||||
Group=smallstep
|
||||
ExecStart=/bin/sh -c '/bin/step-ca /home/smallstep/.step/config/ca.json --password-file=/home/smallstep/.step/pwd >> /var/log/smallstep/output.log 2>&1'
|
||||
User=step
|
||||
Group=step
|
||||
ExecStart=/bin/sh -c '/bin/step-ca /home/step/.step/config/ca.json --password-file=/home/step/.step/pwd >> /var/log/step-ca/output.log 2>&1'
|
||||
Type=simple
|
||||
Restart=on-failure
|
||||
RestartSec=10
|
||||
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
```
|
||||
|
@ -243,7 +242,7 @@ $ systemctl status step-ca
|
|||
# Configure the `step-ca` process to startup on reboot automatically
|
||||
$ systemctl enable step-ca
|
||||
# Start the `step-ca` service.
|
||||
$ systemctl start smallstep
|
||||
$ systemctl start step-ca
|
||||
```
|
||||
|
||||
## Configure Your Environment
|
||||
|
|
Loading…
Reference in a new issue