Installing an SSL Certificate on Sun Java System Web Server 7.x
- Category : SSL Installation
- Posted on : Jan 02, 2020
- Views : 1,353
- By : HostSEO
The issued certificate (that can be downloaded using the guide here) installation on Sun Java System Web Server can be performed in two ways, similar to CSR generation - keytool and UI (Wizard).
I. Wizard
II. Keytool
I. Wizard
- Log in to your Sun Java System Web Server management and click Common Tasks tab.
- Select the configuration you are working with (usually your domain name) and click Edit Configuration.
- Click the Certificates tab.
- Click the Certificate Authority tab and then press Install.
- Select your token (internal if the key is generated using this guide).
- Open .ca-bundle file with Notepad or TextEdit and paste it into the corresponding box:
or:
Select Certificate File radio button and browse to .p7b file that contains the certificate for your domain and CA bundle.
Now the bundle and certificate are installed.
If the certificate and bundle were sent in .crt and .ca-bundle correspondingly, then the .ca-bundle can be installed following steps 1-6 . The certificate itself can be installed this way:
- Repeat steps 1-3.
- Select Server Certificates > press Install.
- Enter an Alias for the certificate to help you identify it in the future and select the listener.
- Complete the wizard by pressing Finish.
The certificate is now installed.
- To configure the certificate for use, go to Configuration > Edit HTTP Listener.
- Under General, check the box to Enable SSL and select the certificate you just installed. Now the certificate is bound to the listener and HTTP traffic will be encrypted.
After that, you can check the installation here or here.
II. Keytool
- Upload the certificate files to your server.
- Run the following commands:
PEM:
keytool -import -trustcacerts -alias root -file RootCertificate.crt -keystore .jks
keytool -import -trustcacerts -alias intermediate -file intermediateCertificate.crt -keystore .jks
keytool -import -trustcacerts -alias -file .crt -keystore .jks
Note: import COMODORSAAddTrustCA.crt and COMODORSADomainValidationSecureServerCA.crt with different aliases.
For example, importing a PositiveSSL with a full bundle will look like this:
keytool -import -trustcacerts -alias root -file AddTrustExternalCARoot.crt -keystore yourkeystore.jks
keytool -import -trustcacerts -alias intermediate1 -file COMODORSAAddTrustCA.crt -keystore yourkeystore.jks
keytool -import -trustcacerts -alias intermediate2 -file COMODORSADomainValidationSecureServerCA.crt -keystore yourkeystore.jks
keytool -import -trustcacerts -alias -file .crt -keystore yourkeystore.jks
PKCS#7:
If the certificate is received in a PKCS#7 format - .cer or .p7b - it can be imported in the following way:
keytool -import -trustcacerts -alias -file .p7b -keystore yourkeystore.jks
- Correct your server.xml with the following lines:
SSLEnabled="true"
scheme="https" secure="true” clientAuth="false"
sslProtocol="TLS" keystoreFile="path/to/.jks"
keystorePass="” >
- Restart Sun Java Web Service.
The certificate is successfully installed on the server. You can check it here or here.
Categories
- cPanel Question 47
- cPanel Software Management 29
- cPanel Tutorials 13
- Development 29
- Domain 13
- General 19
- Linux Helpline (Easy Guide) 156
- Marketing 47
- MySQL Question 13
- News 2
- PHP Configuration 14
- SEO 4
- SEO 42
- Server Administration 84
- SSL Installation 54
- Tips and Tricks 24
- VPS 3
- Web Hosting 44
- Website Security 22
- WHM questions 13
- WordPress 148
Subscribe Now
10,000 successful online businessmen like to have our content directly delivered to their inbox. Subscribe to our newsletter!Archive Calendar
Sat | Sun | Mon | Tue | Wed | Thu | Fri |
---|---|---|---|---|---|---|
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 |
Recent Articles
-
Posted on : Sep 17
-
Posted on : Sep 10
-
Posted on : Aug 04
-
Posted on : Apr 01
Tags
- ts
- myisam
- vpn
- sql
- process
- kill
- tweak
- server load
- attack
- ddos mitigation
- Knowledge
- layer 7
- ddos
- webmail
- DMARC
- Development
- nginx
- seo vpn
- Hosting Security
- wireguard
- innodb
- exim
- smtp relay
- smtp
- VPS Hosting
- cpulimit
- Plesk
- Comparison
- cpu
- encryption
- WHM
- xampp
- sysstat
- optimize
- cheap vpn
- php-fpm
- mariadb
- apache
- Small Business
- Error
- Networking
- VPS
- SSD Hosting
- Link Building
- centos
- DNS
- optimization
- ubuntu