-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfrieze.conf
39 lines (32 loc) · 1013 Bytes
/
frieze.conf
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
34
35
36
37
38
39
[app]
name="frieze"
[rootca]
# Use this to specify the location of a higher signing authority that
# will be used to generated the CA for your domain. If this is left
# empty, frieze will create its own root certification authority and
# use it to sign SSH keys and bastion certificates.
private_key='~/src/certauth/ca_root/private/ca.key.pem'
certificate='~/src/certauth/ca_root/certs/ca.cert.pem'
password='05Xuk02zeurp1984'
# Some default values for self-signed CA certificate
contact_email='admininstrator'
country='US'
province='NV'
locality='Carson City'
organization='OpenRelay Root CA'
organization_unit='Engineering'
[acme]
# Use this to specify the external certificate provider used to provide
# certificates for endpoints.
provider='letsencrypt'
env='prod'
useragent='frieze-openrelay'
keylen=2048
[extdns]
provider='aws'
[extcreds]
[extcreds.vultr]
apikey='IPFF5LJEBOVWMMIU7VUKSTK355JNC6XDRA3A'
[extcreds.aws]
apikey='AKIA2SA7PH2A6RBLCNXM'
apisecret='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'