aboutsummaryrefslogtreecommitdiff
path: root/cmd/acme/dim13.toml
blob: 687ae5d0372a953a17306c5a381a6a96ba6809c8 (plain)
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
[defaults]
listen = "localhost:8080"
listentls = "localhost:8443"
basedir = "/home/demon/.acme"
keysize = 2048

[provider.letsencrypt]
directory = "https://acme-v01.api.letsencrypt.org/directory"

[account.webmaster]
mail = "webmaster@dim13.org"
key = "private/webmaster.key"

[desire.web]
provider = "letsencrypt"
account = "webmaster"
altnames = [ "www.dim13.org", "mail.dim13.org", "git.dim13.org", "cvs.dim13.org", "dim13.org" ]
key = "private/www_dim13_org.key"
cert = "certs/www_dim13_org.pem"

[account.postmaster]
mail = "postmaster@dim13.org"
key = "private/postmaster.key"

[desire.mail]
provider = "letsencrypt"
account = "postmaster"
altnames = [ "mail.dim13.org", "smtp.dim13.org", "imap.dim13.org", "dim13.org" ]
key = "private/mail_dim13_org.key"
cert = "certs/mail_dim13_org.pem"