Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History
30 lines (26 loc) · 802 Bytes

File metadata and controls

30 lines (26 loc) · 802 Bytes
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
0. hosts file:
127.0.0.1 wildfly.local
1. /standalone/configuration/standalone.xml:
<security-realm name="SSLCertRealm">
<server-identities>
<ssl protocol="TLSv1">
<keystore path="SSLCertStore.jks" relative-to="jboss.server.config.dir" keystore-password="secret" alias="wildfly.local" key-password="secret"/>
</ssl>
</server-identities>
</security-realm>
2. /standalone/configuration:
keytool -genkey -alias wildfly.local -keyalg RSA -keystore SSLCertStore.jks -keysize 2048
secret
secret
wildfly.local
<enter> 5 times
CN=wildfly.local, OU=Unknown, O=Unknown, L=Unknown, ST=Unknown, C=Unknown
yes
<enter>
3. Web admin:
Configuration -> Web -> HTTP -> HTTPS:
Add
Name: default-https
Socket binding: https
Security realm: SSLCertRealm
4. Enjoy HTTPS on 8443 port
Morty Proxy This is a proxified and sanitized view of the page, visit original site.