boot,store: use both new and old domain names

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2024-03-15 14:22:23 +01:00
parent c87a3310ac
commit 74be1115c6
No known key found for this signature in database
GPG Key ID: FE65CD384D5BF7B4
3 changed files with 7 additions and 3 deletions

View File

@ -67,7 +67,9 @@ certbot_admin_email: 'devops@status.im'
certbot_services_to_stop: ['nginx']
certbot_containers_to_stop: ['{{ nim_waku_cont_name }}']
certbot_certs:
- domains: [ '{{ nim_waku_websocket_domain }}' ]
- domains:
- '{{ nim_waku_websocket_domain }}'
- '{{ nim_waku_websocket_domain | replace("status.im", "statusim.net") }}' # Legacy Domain
# Open LibP2P Ports
open_ports_default_comment: '{{ nim_waku_cont_name }}'

View File

@ -72,7 +72,9 @@ certbot_admin_email: 'devops@status.im'
certbot_services_to_stop: ['nginx']
certbot_containers_to_stop: ['{{ nim_waku_cont_name }}']
certbot_certs:
- domains: [ '{{ nim_waku_websocket_domain }}' ]
- domains:
- '{{ nim_waku_websocket_domain }}'
- '{{ nim_waku_websocket_domain | replace("status.im", "statusim.net") }}' # Legacy Domain
# Open LibP2P Ports
open_ports_default_comment: '{{ nim_waku_cont_name }}'

View File

@ -30,7 +30,7 @@
- name: infra-role-certbot
src: git@github.com:status-im/infra-role-certbot.git
version: c7a5afe6a7d76f7c021041ec1e7df4f7e46cf374
version: fdf310513b2dc731f30861ed8a5957b54b4422f7
scm: git
- name: infra-role-postgres-ha