Skip to content

Commit

Permalink
update references to step-ca.service
Browse files Browse the repository at this point in the history
  • Loading branch information
merlinz01 committed Jun 18, 2024
1 parent 798a668 commit 3a19f69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup/smallstep-ca-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -124,10 +124,10 @@ fi
EOF

# Set up the service
echo "Setting up the step-ca service..."
echo "Setting up the redpepper-step-ca service..."
sudo ln -sf /opt/redpepper/setup/step-ca.service /etc/systemd/system/redpepper-step-ca.service
sudo systemctl daemon-reload
sudo systemctl enable step-ca
sudo systemctl enable redpepper-step-ca

# Done
echo
Expand Down

0 comments on commit 3a19f69

Please sign in to comment.