fix language-strings; disallow direct removing of certificates if issuer=lets encrypt; fix sql query in updater; porting nginx regex for vhost-merging
Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
@@ -89,6 +89,9 @@ return [
|
||||
'action' => 'delete',
|
||||
'id' => ':id'
|
||||
],
|
||||
// Let's Encrypt certificates can be removed 'correctly'
|
||||
// by disabling let's encrypt for the domain
|
||||
'visible' => [SSLCertificate::class, 'isNotLetsEncrypt']
|
||||
],
|
||||
]
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user