On 8/6/20 9:37 AM, Christopher Schultz wrote:
$ openssl pkcs12 -export \
    -inkey /etc/tomcat8/test.foo.net.key \
    -

Dear Mr. Schultz:

Is there supposed to be something after that last hyphen? When I type that command, I just get a terminal window full of helptext.


And if I try the second command,
$ openssl pkcs12 -export \
  -in /etc/tomcat8/test.foo.net.crt \
  -inkey /etc/tomcat8/test.foo.net.key \
  -certfile /etc/tomcat8/test.foo.net.issuer.crt \
  -out /etc/tomcat8/test.foo.net.p12 \
  -chain

without the first, I get:
Error unable to get local issuer certificate getting chain.

--
JHHL

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to