Skip to content

Commit

Permalink
Update ocsp.service
Browse files Browse the repository at this point in the history
  • Loading branch information
steccas committed Dec 14, 2021
1 parent 8cb01ad commit f874f61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ocsp.service
Expand Up @@ -6,12 +6,12 @@ After=network-online.target
[Service]
User=cfssl
Group=cfssl
ExecStartPre=/usr/local/bin/cfssl ocspdump -db-config /etc/cfssl/db_config.json> /etc/cfssl/ocspdump
ExecStartPre=/usr/local/bin/cfssl ocspdump -loglevel=0 -db-config /etc/cfssl/db_config.json > /etc/cfssl/ocspdump
ExecStart=/usr/local/bin/cfssl ocspserve -port=8889 -responses=/etc/cfssl/ocspdump -loglevel=0
Restart=always
PrivateTmp=yes
ProtectSystem=full
NoNewPrivileges=yes
[Install]
WantedBy=multi-user.target
WantedBy=multi-user.target

0 comments on commit f874f61

Please sign in to comment.