We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18938d7 commit 18f6853Copy full SHA for 18f6853
packages/Debian/common/DEBIAN/postinst
@@ -100,7 +100,7 @@ generate_auth_certs () {
100
echo "User Certificate file already exists. Skipping generating new user certificate file."
101
fi
102
if [ ! -f /usr/local/fledge/data/etc/certs/systemctl.cert ]; then
103
- echo "User Certificate file does not exist. Generating new systemctl certificate file."
+ echo "Systemctl Certificate file does not exist. Generating new systemctl certificate file."
104
cd /usr/local/fledge
105
./scripts/auth_certificates user systemctl ${SSL_DAYS}
106
else
0 commit comments