fix: ssl issuer for beta.kemkas.hu

This commit is contained in:
2024-03-10 12:35:18 +01:00
parent 40556d11a2
commit c8f5485787
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ Setup:
1. create DNS A record pointing to the droplet
1. install nginx, certbot `sudo apt install nginx certbot python3-certbot-nginx`
1. copy `docker-compose.yaml` and `1password-credentials.json` to the droplet and run `docker compose up -d`
1. copy connect-server nginx config to `/etc/nginx/sites-available` and link it to sites enabled `ln -s /etc/nginx/sites-available/connect-server.conf /etc/nginx/sites-enabled/`
1. copy `connect-server.conf` nginx config to `/etc/nginx/sites-available` and link it to sites enabled `ln -s /etc/nginx/sites-available/connect-server.conf /etc/nginx/sites-enabled/`
1. test nginx config `nginx -t`
1. reload nginx config `nginx -s reload`
1. create SSL certificate with certbot `certbot --nginx -d 1password-connect.dev.kemkas.hu` (email address and accepting terms is required!)
@@ -2,7 +2,7 @@ apiVersion: cert-manager.io/v1
kind: Issuer
metadata:
name: letsencrypt-beta-kemkas-hu
namespace: kemkas
namespace: kemkas-beta
spec:
# ACME issuer configuration
# `email` - the email address to be associated with the ACME account (make sure it's a valid one)