https://bz.apache.org/bugzilla/show_bug.cgi?id=65007

            Bug ID: 65007
           Summary: Misleading instructions on import an SSL certificate
           Product: Tomcat 8
           Version: 8.5.x-trunk
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Documentation
          Assignee: dev@tomcat.apache.org
          Reporter: yu...@speechmorphing.com
  Target Milestone: ----

In the page
http://tomcat.apache.org/tomcat-8.5-doc/ssl-howto.html#Installing_a_Certificate_from_a_Certificate_Authority

The instructions to "Importing the Certificate" are misleading:
the command:
keytool -import -alias tomcat -keystore <your_keystore_filename>
    -file <your_certificate_filename>

Does not work and it should read:
keytool -import -alias tomcat -keystore <your_keystore_filename>
   -trustcacerts -file <your_certificate_filename>

Thanks,
Y.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to