forked from adamlaska/boulder
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhostname-policy.yaml
More file actions
33 lines (30 loc) · 912 Bytes
/
hostname-policy.yaml
File metadata and controls
33 lines (30 loc) · 912 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
#
# Example YAML Boulder hostname policy
#
# This is *not* a production ready policy file and not reflective of Let's
# Encrypt's policies! It is just an example.
# ExactBlockedNames prevent issuance for the exact names listed, as well as
# their wildcard form.
ExactBlockedNames:
- "highrisk.le-test.hoffman-andrews.com"
- "exactblacklist.letsencrypt.org"
# HighRiskBlockedNames prevent issuance for the exact names listed as well as
# all subdomains/wildcards.
HighRiskBlockedNames:
# See RFC 3152
- "ipv6.arpa"
# See RFC 2317
- "in-addr.arpa"
# Etc etc etc
- "example"
- "example.net"
- "example.org"
- "invalid"
- "local"
- "localhost"
- "test"
# AdminBlockedNames are treated the same as HighRiskBlockedNames by Boulder but
# since they change more frequently based on administrative action over time
# they are separated into their own list.
AdminBlockedNames:
- "sealand"