invoker icon indicating copy to clipboard operation
invoker copied to clipboard

Custom certificate file name expansion support

Open drush opened this issue 6 years ago • 0 comments

This invocation should expand to reference the user's home directory:

invoker start --certificate="~/mkcert.pem" --private-key="~/mkcert-key.pem"

It currently results in

`block in start_tls': Could not find ~/mkcert.pem for start_tls (EventMachine::FileNotFoundException)

drush avatar Jan 08 '19 22:01 drush