test change subjectAltName

This commit is contained in:
apavlov
2024-07-09 21:15:44 +03:00
parent 6cb2d2abbd
commit b8e8a3d781
2 changed files with 2 additions and 1 deletions

View File

@@ -3,7 +3,7 @@ version: '3.3'
services:
nginx:
image: nginx:latest
container_name: nginx
container_name: rproxy
restart: always
volumes:
- {{ rproxy_dir }}/nginx.conf:/etc/nginx/nginx.conf

View File

@@ -21,4 +21,5 @@ subjectAltName = @sans
[ sans ]
DNS.1 = {{ rproxy_service_name }}.{{ domain.stdout }}
DNS.2 = jenkins-master.{{ domain.stdout }}
IP.1 = {{ rproxy_service_address }}