From 8a1e7951fabfc35ff88f6651511b87da7c0c8b93 Mon Sep 17 00:00:00 2001 From: Mark O Brien Date: Mon, 20 Dec 2021 15:16:38 +0000 Subject: [PATCH] update links to main branch Signed-off-by: Mark O Brien --- add_external_hardware_to_vpn.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/add_external_hardware_to_vpn.md b/add_external_hardware_to_vpn.md index fd942be..5147446 100644 --- a/add_external_hardware_to_vpn.md +++ b/add_external_hardware_to_vpn.md @@ -3,17 +3,17 @@ - In the Fedora Infra Ansible repo edit the file **roles/batcave/files/allows**. Under the correct section add **require ip** ****** -- When this change is pushed run the batcave ansible playbook on the batcave. +- When this change is pushed run the batcave ansible playbook on the batcave. You will need sysadmin-main access for this - Create openvpn and 2fa certificates for the new server. This requires sysadmin main access -> https://pagure.io/fedora-infra/howtos/blob/master/f/generate_2fa_keys.md -> https://pagure.io/fedora-infra/howtos/blob/master/f/generate_openvpn_keys.md +> * https://pagure.io/fedora-infra/howtos/blob/main/f/generate_2fa_keys.md +> * https://pagure.io/fedora-infra/howtos/blob/main/f/generate_openvpn_keys.md - In the dns repo on batcave edit the file master/168.192.in-addr.arpa -Add the new host to one of the unused adresses. +Add the new host to one of the unused adresses. Ensure the hostname ends in .vpn.fedoraproject.org. Don't forget to update the serial before saving. @@ -21,11 +21,11 @@ Don't forget to update the serial before saving. the new 192.168.*.* address created in the previous step to the required section Don't forget to update the serial before saving. -- When the above edits are done follow the instructions in the DNS sysadmin sop +- When the above edits are done follow the instructions in the DNS sysadmin sop about signing and pushing new dns chnages. -> https://fedora-infra-docs.readthedocs.io/en/latest/sysadmin-guide/sops/dns.html#editing-the-domain-s +> https://docs.fedoraproject.org/en-US/infra/sysadmin_guide/dns/ -- Finally in the Fedora Infra Ansible repo add a new file +- Finally in the Fedora Infra Ansible repo add a new file **roles/openvpn/server/files/ccd/**** with the new 192.168.*.* address. View one of the existing files in the repo for a sample of formatting. This change will be run when the server is provisioned.