3 ### Configuration for ssh-ca.
5 ###--------------------------------------------------------------------------
6 ### General configuration.
8 ## General configuration defaults.
9 keytypes="rsa:3072 dsa:1024"
10 domain="distorted.org.uk"
11 cacomment="ssh-ca@$domain"
13 publish_target="vampire.distorted.org.uk:/var/www/"
16 gnupg_key_type=RSA gnupg_key_length=3072
17 gnupg_key_realname_prefix="distorted.org.uk "
18 gnupg_key_email_domain="$domain"
20 ###--------------------------------------------------------------------------
27 for i in 144 145 146 147 148 149; do scope=$scope,"62.49.204.$i"; done
28 scope=$scope,"62.49.204.15?"
29 for i in 198 199; do scope=$scope,"172.29.198.*,172.29.199.*"; done
32 scope=$scope,"2001:470:1f09:1b98:*,2001:470:9740:*"
34 ###----- That's all, folks --------------------------------------------------