[GH-ISSUE #251] Where the .keystore is located? #162

Closed
opened 2026-02-25 22:32:46 +03:00 by kerem · 2 comments
Owner

Originally created by @Urahara on GitHub (Mar 26, 2020).
Original GitHub issue: https://github.com/FiloSottile/mkcert/issues/251

Or is even possible to generate this type of certificate? I using jboss and i need the .keystore file, mkcert generate them too?

Example of my config:

  <Connector port="8443" protocol="HTTP/1.1" SSLEnabled="true" maxThreads="200" scheme="https" secure="true" clientAuth="false" sslProtocols="TLSv1,TLSv1.1,TLSv1.2" 
             keystoreFile="/root/.keystore" keystorePass="password <!-- code ommited -->
Originally created by @Urahara on GitHub (Mar 26, 2020). Original GitHub issue: https://github.com/FiloSottile/mkcert/issues/251 Or is even possible to generate this type of certificate? I using jboss and i need the .keystore file, mkcert generate them too? Example of my config: ```xml <Connector port="8443" protocol="HTTP/1.1" SSLEnabled="true" maxThreads="200" scheme="https" secure="true" clientAuth="false" sslProtocols="TLSv1,TLSv1.1,TLSv1.2" keystoreFile="/root/.keystore" keystorePass="password <!-- code ommited --> ```
kerem 2026-02-25 22:32:46 +03:00
  • closed this issue
  • added the
    question
    label
Author
Owner

@FiloSottile commented on GitHub (Oct 25, 2020):

I think the keystoreFile might be a PKCS#12 file, which you can generate with mkcert -pkcs12. The password is always changeme for compatibility reasons.

<!-- gh-comment-id:716203674 --> @FiloSottile commented on GitHub (Oct 25, 2020): I think the `keystoreFile` might be a PKCS#12 file, which you can generate with `mkcert -pkcs12`. The password is always `changeme` for compatibility reasons.
Author
Owner

@ThePresence commented on GitHub (Dec 10, 2022):

@FiloSottile Can we change the password later using mkcert?

<!-- gh-comment-id:1345257743 --> @ThePresence commented on GitHub (Dec 10, 2022): @FiloSottile Can we change the password later using mkcert?
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/mkcert#162
No description provided.