Open LBaali opened 8 years ago
When using the option --tls-ca-key with my private CA, I get the error :
--tls-ca-key
Error creating machine: Error running provisioning: error generating server cert: crypto/tls: failed to parse private key
as the CA private key is encrypted. Is it possible to ask for the password instead of failing if the key is encrypted ?
docker-machine --version docker-machine version 0.7.0, build a650a40
@LBaali I take it this means you have a passphrase, yes? Seems like a reasonable requirement to me.
When using the option
--tls-ca-key
with my private CA, I get the error :Error creating machine: Error running provisioning: error generating server cert: crypto/tls: failed to parse private key
as the CA private key is encrypted. Is it possible to ask for the password instead of failing if the key is encrypted ?