You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If config has cryptoapicert "..." entry, then add menu action for editing this line in config.
Editor should show list of personal certificate from windows certificate store. If user select certificate with key then config is updated with: cryptoapicert "THUMB:CERT-THUMB..."
If config has pkcs12 "..." entry, then user can easily edit this parameter using .p12 file selector.
The greatest success would be the possibility of a convenient change between pkcs12 and the windows certificate store (cryptoapicert).
The text was updated successfully, but these errors were encountered:
It shouldn't be hard to code.
It will be very useful feature!!!
It will be very good support for Windows CA environment.
If we do not want to modify config file, we can remember thumb of certificate into registry and overwrite --cryptoapicert parameters in openvpn command line over config.
Both implementation will be ok.
If config has
cryptoapicert "..."
entry, then add menu action for editing this line in config.Editor should show list of personal certificate from windows certificate store. If user select certificate with key then config is updated with:
cryptoapicert "THUMB:CERT-THUMB..."
If config has
pkcs12 "..."
entry, then user can easily edit this parameter using .p12 file selector.The greatest success would be the possibility of a convenient change between pkcs12 and the windows certificate store (cryptoapicert).
The text was updated successfully, but these errors were encountered: