Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
1db665f
feat: starttls
JacobCoffee Mar 18, 2025
e655530
(broken) auto lets encrypt via acme state
JacobCoffee Apr 1, 2025
65dd645
(broken) correct commited result
JacobCoffee Apr 1, 2025
0dbf3ca
correct commited result again
JacobCoffee Apr 2, 2025
0aefff2
properly install PSF_CA certificate so certbot can use it
ewdurbin Apr 14, 2025
10a5006
uncomment working parts
JacobCoffee Apr 15, 2025
98dc839
stuff acme certs into appropriate pillar data
JacobCoffee Apr 21, 2025
ca751e4
feat: move acme stuff into pillar data
JacobCoffee Apr 23, 2025
50e70e7
fix: less suck, more good
JacobCoffee Apr 23, 2025
4d172e7
docs: explain a little
JacobCoffee Apr 24, 2025
536578a
fix: just one bugs section
JacobCoffee Apr 25, 2025
43ab883
fix: requires proper name to not break
JacobCoffee Apr 30, 2025
fa30753
feat: install certs alongside other certs.
JacobCoffee Apr 30, 2025
4d250dd
feat: read actual cert instead of config..
JacobCoffee Apr 30, 2025
bcb7bf6
chore: lint
JacobCoffee May 6, 2025
f2ab9c1
chore: lint again
JacobCoffee May 6, 2025
b740196
Merge branch 'main' into add-starttls
ewdurbin Oct 7, 2025
8d33d6c
fix: make acme_certs different from acme_certs 😵‍💫
JacobCoffee Oct 8, 2025
0da94f1
fix: use new, correct cert
JacobCoffee Oct 8, 2025
e2c1b7c
chore: cleanup star certs
JacobCoffee Oct 8, 2025
50af18e
feat: add services from lb
JacobCoffee Oct 8, 2025
ced030b
fix: dupe on planet
JacobCoffee Oct 8, 2025
33bb23a
cleanup things in fastly
JacobCoffee Oct 10, 2025
5eaa575
consolidate codespeed certs
ewdurbin Oct 10, 2025
2ec675e
literally just a nit
ewdurbin Oct 10, 2025
1ef51b5
consolidate legacy domains
ewdurbin Oct 10, 2025
daaee08
line breaks are free
ewdurbin Oct 10, 2025
a920973
alphabetize
ewdurbin Oct 10, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions salt/bugs/config/postfix/main.cf
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ compatibility_level = 3.6


# TLS parameters
smtpd_tls_cert_file=ssl_certificate /etc/ssl/private/bugs.psf.io.pem;
smtpd_tls_key_file=etc/ssl/private/bugs.psf.io.pem;
smtpd_tls_cert_file=/etc/ssl/private/bugs.psf.io.pem
Comment thread
ewdurbin marked this conversation as resolved.
Outdated
Comment thread
JacobCoffee marked this conversation as resolved.
Outdated
smtpd_tls_key_file=/etc/ssl/private/bugs.psf.io.pem
smtpd_tls_security_level=may

smtp_tls_CApath=/etc/ssl/certs
Expand Down