bundles/{letsencrypt,nginx}: fix ocsp stapling
Some checks failed
bundlewrap/pipeline/head There was a failure building this commit

This commit is contained in:
Franzi 2020-07-19 12:10:19 +02:00
parent 245559ee09
commit f7eb0cc150
Signed by: kunsi
GPG key ID: 12E3D2136B818350
4 changed files with 9 additions and 2 deletions

View file

@ -6,7 +6,7 @@ pkg_apt = {
actions = {
'letsencrypt_update_certificates': {
'command': 'dehydrated --cron --accept-terms --ocsp --challenge http-01',
'command': 'dehydrated --cron --accept-terms --challenge http-01',
'triggered': True,
'needs': {
'pkg_apt:dehydrated',