aboutsummaryrefslogtreecommitdiff
path: root/cmd/acme/dim13.toml
blob: 32446f484dc2c31d80e723c457b78ec385f26eef (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
31
32
33
34
35
36
37
38
39
40
41
[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"

[account.postmaster]
mail = "postmaster@dim13.org"
key = "private/postmaster.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"

[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"