-
Notifications
You must be signed in to change notification settings - Fork 170
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[THREESCALE-11404] Adding support for CRL and OCSP #1503
base: master
Are you sure you want to change the base?
Conversation
cd952f8
to
680ea5f
Compare
680ea5f
to
3f595c0
Compare
20e5708
to
5bad578
Compare
5bad578
to
8b1cb6b
Compare
635d76c
to
b03fc49
Compare
@@ -24,13 +24,99 @@ | |||
"items": { | |||
"$ref": "#/definitions/certificate" | |||
} | |||
}, | |||
"revoke": { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is this being used?
"description": "Allow certificate verification with only an intermediate certificate", | ||
"type": "boolean", | ||
"default": true | ||
}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maybe revoke_list
and ocsp_responder_url
are missing?
} | ||
}, | ||
"properties": { | ||
"whitelist": { | ||
"$ref": "#/definitions/store", | ||
"title": "Certificate Whitelist", | ||
"description": "Individual certificates and CA certificates to be whitelisted." | ||
}, | ||
"allow_partial_chain": { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this should be documented somewhere
What
https://issues.redhat.com/browse/THREESCALE-11404
Notes
Verification steps
Prepare cert
Makefile
as followVerify CRL
apicast-config.json
Replace
<intermediate_cert>
with the content fromcert/intermediate.cert.pem
and<crl_cert>
with content fromcert/intermediate.crl.pem
Verify OCSP