mirror of
https://github.com/morbalint/kemkas-deployment.git
synced 2026-07-17 22:03:46 +00:00
fix: ssl issuer for beta.kemkas.hu
This commit is contained in:
@@ -56,7 +56,7 @@ Setup:
|
|||||||
1. create DNS A record pointing to the droplet
|
1. create DNS A record pointing to the droplet
|
||||||
1. install nginx, certbot `sudo apt install nginx certbot python3-certbot-nginx`
|
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 `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. test nginx config `nginx -t`
|
||||||
1. reload nginx config `nginx -s reload`
|
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!)
|
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
|
kind: Issuer
|
||||||
metadata:
|
metadata:
|
||||||
name: letsencrypt-beta-kemkas-hu
|
name: letsencrypt-beta-kemkas-hu
|
||||||
namespace: kemkas
|
namespace: kemkas-beta
|
||||||
spec:
|
spec:
|
||||||
# ACME issuer configuration
|
# ACME issuer configuration
|
||||||
# `email` - the email address to be associated with the ACME account (make sure it's a valid one)
|
# `email` - the email address to be associated with the ACME account (make sure it's a valid one)
|
||||||
|
|||||||
Reference in New Issue
Block a user