1
0
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:
2018-04-13 09:53:51 +00:00
parent a0e263385b
commit 501493ff12
3 changed files with 60 additions and 31 deletions

View File

@@ -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,