mirror of
https://github.com/hwdsl2/docker-ipsec-vpn-server.git
synced 2026-04-26 10:05:48 +03:00
[GH-ISSUE #412] How do I generate new password? #385
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Mathiaszero on GitHub (Dec 16, 2023).
Original GitHub issue: https://github.com/hwdsl2/docker-ipsec-vpn-server/issues/412
Hello, it looks like my ipsec/ike password to connect to vpn might be compromised; is there a way to generate new random password, and how would that be done?
For example, if vpn server is already installed, do I run:
wget https://get.vpnsetup.net -O vpn.sh && sudo sh vpn.sh?Thanks in advance
@hwdsl2 commented on GitHub (Dec 16, 2023):
@Mathiaszero Hello! Yes, you can run the command to reinstall the VPN and generate a new random password for IPsec/L2TP and IPsec/XAuth ("Cisco IPsec") modes. On the other hand, if you are using the Docker image, you can remove and recreate the Docker container, see project documentation.