mirror of
https://github.com/wahyd4/home-docker.git
synced 2026-08-08 20:15:03 +10:00
Add issuer back
This commit is contained in:
@@ -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
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user