Provide script to issue certificates using Docker container#2
Provide script to issue certificates using Docker container#2
Conversation
|
Can't get this to work on windows, not using GitBash (mingw) or by invoking the Docker command directly. I end up getting the following error: It looks like it occurs in the |
|
@reinkrul , getting the same error. Tried cmd, powershell and wsl ubuntu. Could also be an option to point out to use wsl2 on windows and then use below script. bash create-certs.sh [network] [host] Where create-certs.sh has following content. |
|
Had to do with CRLF to LF and than this works in powershell |
|
@reinkrul what about the comments on |
No description provided.