Revert change to use /usr/bin/update-ca-certifiates for systemd service
This commit is contained in:
parent
5f9c836053
commit
c7728786b8
@ -1,3 +1,5 @@
|
||||
1.4 - Revert change to use /usr/bin/update-ca-certifiates for systemd
|
||||
service
|
||||
1.3 - Added write_nss_db() and write_java_p12() functions to eliminate
|
||||
duplicate code
|
||||
- Corrected version string
|
||||
|
2
make-ca
2
make-ca
@ -9,7 +9,7 @@
|
||||
# Bruce Dubbs
|
||||
# Graham Weldon
|
||||
|
||||
VERSION="1.3"
|
||||
VERSION="1.4"
|
||||
MAKE_CA_CONF="/etc/make-ca.conf"
|
||||
|
||||
# Get/set defaults
|
||||
|
@ -9,5 +9,5 @@ Wants=network-online.target
|
||||
[Service]
|
||||
Type=oneshot
|
||||
RemainAfterExit=yes
|
||||
ExecStart=/usr/bin/update-ca-certificates
|
||||
ExecStart=/usr/sbin/make-ca -g
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user