Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
IRMA
Github mirrors
irmago
Commits
36fad5b1
Commit
36fad5b1
authored
Nov 20, 2019
by
Sietse Ringers
Browse files
docs: update documentation of revocation server mode
parent
2bd5fd48
Changes
1
Hide whitespace changes
Inline
Side-by-side
revocation.go
View file @
36fad5b1
...
...
@@ -93,12 +93,12 @@ const (
// Requires a SQL server to store and retrieve RevocationRecord instances from.
RevocationModeProxy
RevocationMode
=
"proxy"
// RevocationModeServer indicates that this is the revocation server for a credential type,
// to which the credential type's RevocationServer URL should point.
// RevocationModeServer indicates that this is a revocation server for a credential type.
// IssuanceRecord instances are sent to this server, as well as revocation commands, through
// revocation sessions or through the RevocationStorage.Revoke() method.
// Requires a SQL server to store and retrieve all records from and requires the issuer's
// private key to be accessible, in order to revoke and to sign new revocation records.
// In addition this mode exposes the same endpoints as RevocationModeProxy.
RevocationModeServer
RevocationMode
=
"server"
// revocationUpdateCount specifies how many revocation records are attached to session requests
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment