mirror of
https://github.com/laurivosandi/certidude
synced 2025-10-30 08:59:13 +00:00
ui: Improved snippets, toggle visibility for OCSP and CRL snippets
This commit is contained in:
@@ -167,6 +167,8 @@ class SessionResource(AuthorityHandler):
|
||||
)
|
||||
) if req.context.get("user").is_admin() else None,
|
||||
features=dict(
|
||||
ocsp=bool(config.OCSP_SUBNETS),
|
||||
crl=bool(config.CRL_SUBNETS),
|
||||
token=bool(config.TOKEN_URL),
|
||||
tagging=True,
|
||||
leases=True,
|
||||
|
||||
Reference in New Issue
Block a user