...
1#
2# List of blocked keys
3#
4# Each blocked entry is a Base64 encoded SHA256 hash of a SubjectPublicKeyInfo.
5#
6# Use the test/block-a-key utility to generate new additions.
7#
8# NOTE: This list is loaded all-at-once in-memory by Boulder and is intended
9# to be used infrequently. Alternative mechanisms should be explored if
10# large scale blocks are required.
11#
12blocked:
13 # test/test-ca2.pem
14 - F4j7m0doxdWXdKOzeYjL6onsVYLLU2jb7xr994zlFFg=
15 # test/test-ca.pem
16 - F4j7m0doxdWXdKOzeYjL6onsVYLLU2jb7xr994zlFFg=
17 # test/test-example.pem
18 - 6E/Drp3Lzo85pYykpzx/tZpQZXeovto8/ezq1DBiSCc=
19 # test/test-root.pem
20 - Jy5HDlBtUvKkLtEsGbdp0o9LvVJx1lYG3R+n5G/KgIo=
21 # test/block-a-key/test/test.ecdsa.cert.pem
22 - cuwGhNNI6nfob5aqY90e7BleU6l7rfxku4X3UTJ3Z7M=
23 # test/block-a-key/test/test.rsa.cert.pem
24 - Qebc1V3SkX3izkYRGNJilm9Bcuvf0oox4U2Rn+b4JOE=
25 # test/block-a-key/test/test.ecdsa.jwk.json
26 - cuwGhNNI6nfob5aqY90e7BleU6l7rfxku4X3UTJ3Z7M=
27 # test/block-a-key/test/test.rsa.jwk.json
28 - Qebc1V3SkX3izkYRGNJilm9Bcuvf0oox4U2Rn+b4JOE=
29blockedHashesHex:
30 - 41e6dcd55dd2917de2ce461118d262966f4172ebdfd28a31e14d919fe6f824e1
31
32
View as plain text