Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within Tomcat
Search Coderanch
Advance search
Google search
Register / Login
Post Reply
Bookmark Topic
Watch Topic
New Topic
programming forums
Java
Mobile
Certification
Databases
Caching
Books
Engineering
Micro Controllers
OS
Languages
Paradigms
IDEs
Build Tools
Frameworks
Application Servers
Open Source
This Site
Careers
Other
Pie Elite
all forums
this forum made possible by our volunteer staff, including ...
Marshals:
Campbell Ritchie
Paul Clapham
Ron McLeod
Jeanne Boyarsky
Tim Cooke
Sheriffs:
Liutauras Vilda
paul wheaton
Henry Wong
Saloon Keepers:
Tim Moores
Tim Holloway
Stephan van Hulst
Carey Brown
Frits Walraven
Bartenders:
Piet Souris
Himai Minh
Forum:
Tomcat
Setup Tomcat on DreamHost with their professional certificate
Imre Tokai
Ranch Hand
Posts: 130
posted 11 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Bought certificate that's good for 1 year and rented secure hosting for 1 month at DreamHost
Got from them a content of file that i saved in dreamhostcert.crt, sg like:
-----BEGIN CERTIFICATE----- MIIFYjCCBEqgAwIBAgIRAPJgViCHfGK6LfF65K6j180wDQYJKoZIhvcNAQEFBQA wcTELMAkGA1UEBhMCR0IxGzAZBgNVBAgTEkdyZWF0ZXIgTWFuY2hlc3RlcjEQMA 4GA1UEBxMHU2FsZm9yZDEaMBgGA1UEChMRQ29tb2RvIENBIExpbWl0ZWQxFzAVB gNVBAMTDlBvc2l0aXZlU1NMIENBMB4XDTEwMDgyMzAwMDAwMFoXDTExMDgyMzIz . . . SpwwWkMWVLWX/vcXcXG1jAMbc/DsKfQwVbsVq62xQ97sbYXK+95eeL80e4bCKkC U7Q3Dl0YqZ+cRY/4= -----END CERTIFICATE-----
How to setup
tomcat
with it now?
So far, i've used self generate mykeystore.ks file and in server.xml
<Connector port="443" protocol="org.apache.coyote.http11.Http11Protocol" SSLEnabled="true" maxThreads="150" scheme="https" secure="true" clientAuth="false" sslProtocol="TLS" keystoreFile="${catalina.base}/conf/mykeystore.ks" keystorePass="mykeystorepass" />
How to generate keystore from certificate file that i got from DreamHost? I'll need to trust other certificates in that keystore later
Regards
Hang a left on main. Then read this tiny ad:
free, earth-friendly heat - a kickstarter for putting coin in your pocket while saving the earth
https://coderanch.com/t/751654/free-earth-friendly-heat-kickstarter
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
SSL/Client-cert
[Update - Success] Adding SSL certificate to Server.xml
weblogic 8.1 SSL configuration.
Keystore was tampered with, or password was incorrect
Applets, SSL Sockets, and Certificates
More...