0 Replies Latest reply on Jun 13, 2014 6:07 AM by nicolyra

    HTTPS access to Admin console with pem file.

    nicolyra

      Dear all,

       

      I have to restrict access to the Jboss-eap6 administration console by only allow HTTPS protocol.

      I read litterature and I didn't find how to do by using pem file as I currently do for the https connector I created :

       

      <connector name="https" protocol="HTTP/1.1" scheme="https" socket-binding="https" enable-lookups="false" secure="true">

           <ssl name="my-ssl" password="changeit" certificate-key-file="${private.key.file.path}" certificate-file="${cert.file.path}"/>

      </connector-->

       

      My system administrator doesn't create other type of keystore (JKS, PKCS11...).

      I'm newbie in this kind of concept and I admitt I don't really understand all he said...

       

      I just would like to know if I can use pem file for management console and, if it's possible, how can I do it.

       

      Thanks in advance.

       

      Nicolas