mirror of
https://github.com/hwdsl2/docker-ipsec-vpn-server.git
synced 2026-04-25 17:45:55 +03:00
[GH-ISSUE #354] When I import the user certificate in the .sswan configuration on Android, I need to enter a password, but I don't know what it is #328
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 @xiaobfeng on GitHub (Mar 8, 2023).
Original GitHub issue: https://github.com/hwdsl2/docker-ipsec-vpn-server/issues/354
I've tried the possible passwords in the system, but it still fails。
what is my password!!!
@hwdsl2 commented on GitHub (Mar 9, 2023):
@xiaobfeng Hello! By default there is no password for client config files, unless you enabled the
VPN_PROTECT_CONFIG=yesoption when running the VPN setup script. In that case, the password should be in the output of the VPN script. Try adding a new IKEv2 client by runningsudo ikev2.sh, then check the password in the output.If using Docker, run
docker exec -it ipsec-vpn-server ikev2.shordocker logs ipsec-vpn-server. Otherwise, you can also uninstall the VPN and set it up again.@xiaobfeng commented on GitHub (Mar 9, 2023):
Thank you very much three times, the .sswan I generated again can be used directly, no password required