hwdsl2 / docker-ipsec-vpn-server

Docker image to run an IPsec VPN server, with IPsec/L2TP, Cisco IPsec and IKEv2
https://hub.docker.com/r/hwdsl2/ipsec-vpn-server
Other
6.35k stars 1.38k forks source link

add functionality to script #430

Closed Radmin24 closed 3 months ago

Radmin24 commented 3 months ago

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 --certificateexpiration which would set the lines of the client’s life

as well as on the team --listclients would show how long the client’s certificates have until

Is 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 3 months ago

@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.