ejbca stuff

master
Matthew 2025-04-24 10:36:47 -04:00
parent ebd508caaf
commit 67e1f24d0f
Signed by: matthew
SSH Key Fingerprint: SHA256:piIXekA9q1p0ZGi4ogFbNY1embip5Ytbi3v8AZ8UYq4
1 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,9 @@
server {
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name finovators.mracs.dev;
location /api {
proxy_pass http://localhost:56120/;
}
}