mirror of
https://github.com/hwdsl2/docker-ipsec-vpn-server.git
synced 2026-04-26 01:55:53 +03:00
[GH-ISSUE #430] add functionality to script #402
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 @Radmin24 on GitHub (May 17, 2024).
Original GitHub issue: https://github.com/hwdsl2/docker-ipsec-vpn-server/issues/430
Checklist
Describe the enhancement request
There is an excellent command for adding a user with one command
docker exec -it {NAME_DOCKER} ikev2.sh --addclient {client_name}It works fine, but creates a user with predefined settings for the certificate period.
It would be great if there was one more parameter
--certificateexpirationwhich would set the lines of the client’s lifeas well as on the team
--listclientswould show how long the client’s certificates have untilIs your enhancement request related to a problem? Please describe.
(If applicable) A clear and concise description of what the problem is.
Additional context
Add any other context about the enhancement request here.
@hwdsl2 commented on GitHub (May 17, 2024):
@Radmin24 Hello! Thank you for your suggestions. These features are not currently planned in this project. However, you may clone this project, make changes for your use case and build a customized Docker image from source code.