Skip to content
Snippets Groups Projects
Commit cd42f28c authored by Maxb's avatar Maxb
Browse files

Update api uri to remove 4430 port

We're now actually serving vpnweb on port 443 (with letsencrypt certs
:tada:) so we need to update this uri.
parent 72c52685
No related tags found
1 merge request!69Update api uri to remove 4430 port
Pipeline #132883 failed
......@@ -7,7 +7,7 @@
provider_description: "{{ provider_config.description }}"
gateways: "{{ groups['openvpn'] | map('extract', hostvars) | list }}"
openvpn: "{{ openvpn_config }}"
provider_api_uri: "https://{{ api_uri }}:4430"
provider_api_uri: "https://{{ api_uri }}"
ca_cert_uri: "https://{{ ca_cert_uri }}"
ca_public_crt: "{{ credentials_dir }}/common/api_ca.crt"
run_once: true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment