X-Git-Url: https://git.distorted.org.uk/~mdw/ssh-ca/blobdiff_plain/394159720cfe414254fc329295e0cbbb7e8a8227..9a4c2b580d8198c285ed8fa9393f386596a7681e:/etc/config.sh diff --git a/etc/config.sh b/etc/config.sh index 2afdfb9..49b1e12 100644 --- a/etc/config.sh +++ b/etc/config.sh @@ -21,13 +21,14 @@ gnupg_key_email_domain="$domain" ### Scope for the CA. ## Domain name. -scope="*.$domain" +scope="*.$domain,*.binswood.org.uk" ## IPv4 addresses. for i in 144 145 146 147 148 149; do scope=$scope,"62.49.204.$i"; done scope=$scope,"62.49.204.15?" for i in 198 199; do scope=$scope,"172.29.$i.*"; done scope=$scope,"212.13.198.69,212.13.198.7?" +scope=$scope,"10.165.27.*" ## IPv6 addresses. scope=$scope,"2001:470:1f08:1b98::2,2001:470:1f09:1b98:*"