Replies: 1 comment
-
It is hard to tell what goes wrong. Maybe it is better to rewrite the script using something more environment-independent like docker. I will check this. Thanks for reporting. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
After running cert-gen, it appears the script is hanging during one of the openssl genra commands. What am I missing here? I don't see that the ca.crt, server.crt, or client.crt are generated, and the bash script never terminates. Execution and output below:
export SAN=IP.1:127.0.0.1
./cert-gen
Creating CA, server cert/key, and client cert/key...
Generating RSA private key, 4096 bit long modulus (2 primes)
............................................++++
...........++++
e is 65537 (0x010001)
Beta Was this translation helpful? Give feedback.
All reactions