30 lines
1.1 KiB
YAML
30 lines
1.1 KiB
YAML
#
|
|
# List of blocked keys
|
|
#
|
|
# Each blocked entry is a Base64 encoded SHA256 digest of a public key encoded
|
|
# in DER form as a PKIX public key.
|
|
#
|
|
# Use the test/block-a-key utility to generate new additions.
|
|
#
|
|
# NOTE: This list is loaded all-at-once in-memory by Boulder and is intended
|
|
# to be used infrequently. Alternative mechanisms should be explored if
|
|
# large scale blocks are required.
|
|
#
|
|
blocked:
|
|
# test/test-ca2.pem
|
|
- F4j7m0doxdWXdKOzeYjL6onsVYLLU2jb7xr994zlFFg=
|
|
# test/test-ca.pem
|
|
- F4j7m0doxdWXdKOzeYjL6onsVYLLU2jb7xr994zlFFg=
|
|
# test/test-example.pem
|
|
- 6E/Drp3Lzo85pYykpzx/tZpQZXeovto8/ezq1DBiSCc=
|
|
# test/test-root.pem
|
|
- Jy5HDlBtUvKkLtEsGbdp0o9LvVJx1lYG3R+n5G/KgIo=
|
|
# test/block-a-key/test/test.ecdsa.cert.pem
|
|
- cuwGhNNI6nfob5aqY90e7BleU6l7rfxku4X3UTJ3Z7M=
|
|
# test/block-a-key/test/test.rsa.cert.pem
|
|
- Qebc1V3SkX3izkYRGNJilm9Bcuvf0oox4U2Rn+b4JOE=
|
|
# test/block-a-key/test/test.ecdsa.jwk.json
|
|
- cuwGhNNI6nfob5aqY90e7BleU6l7rfxku4X3UTJ3Z7M=
|
|
# test/block-a-key/test/test.rsa.jwk.json
|
|
- Qebc1V3SkX3izkYRGNJilm9Bcuvf0oox4U2Rn+b4JOE=
|