test change subjectAltName
This commit is contained in:
@@ -3,7 +3,7 @@ version: '3.3'
|
|||||||
services:
|
services:
|
||||||
nginx:
|
nginx:
|
||||||
image: nginx:latest
|
image: nginx:latest
|
||||||
container_name: nginx
|
container_name: rproxy
|
||||||
restart: always
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
- {{ rproxy_dir }}/nginx.conf:/etc/nginx/nginx.conf
|
- {{ rproxy_dir }}/nginx.conf:/etc/nginx/nginx.conf
|
||||||
|
|||||||
@@ -21,4 +21,5 @@ subjectAltName = @sans
|
|||||||
|
|
||||||
[ sans ]
|
[ sans ]
|
||||||
DNS.1 = {{ rproxy_service_name }}.{{ domain.stdout }}
|
DNS.1 = {{ rproxy_service_name }}.{{ domain.stdout }}
|
||||||
|
DNS.2 = jenkins-master.{{ domain.stdout }}
|
||||||
IP.1 = {{ rproxy_service_address }}
|
IP.1 = {{ rproxy_service_address }}
|
||||||
Reference in New Issue
Block a user