Add issuer back

This commit is contained in:
2026-01-07 10:51:53 +11:00
parent 58ae130e46
commit d37a9fe7e8
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ metadata:
name: letsencrypt-prod
spec:
acme:
email: me@toozhao.com
email: me@junv.cc
privateKeySecretRef:
name: letsencrypt-prod
server: https://acme-v02.api.letsencrypt.org/directory
-1
View File
@@ -5,7 +5,6 @@ resource "local_file" "postgres_install_script" {
#!/bin/bash
set -e
# check: sudo systemctl status postgresql@14-main
echo "Checking PostgreSQL installation..."
sudo apt-get update
sudo apt-get install -y postgresql-14 postgresql-client-14 postgresql-contrib-14