OCSP atualizado

This commit is contained in:
Vasco
2026-04-28 00:18:28 +01:00
parent 10e2db0f38
commit 7cae69b945
4 changed files with 66 additions and 65 deletions

View File

@@ -45,8 +45,6 @@ systemctl enable --now openvpn-server@vpn.service
# --- utilizador --- #
id -u john &>/dev/null || useradd john
echo "password" | passwd --stdin john
groupadd -f totp
usermod -aG totp john
usermod -aG totp openvpn
sudo chown john:totp /home/john/.google_authenticator
usermod -aG openvpn john
sudo chown john:openvpn /home/john/.google_authenticator
sudo chmod 660 /home/john/.google_authenticator