Skip to content

Instantly share code, notes, and snippets.

@PingNote
Last active March 29, 2017 15:57
Show Gist options
  • Save PingNote/32ddf47e98a84591d14b to your computer and use it in GitHub Desktop.
Save PingNote/32ddf47e98a84591d14b to your computer and use it in GitHub Desktop.
How to use the Let’s Encrypt for Tomcat
Let’s Encrypt 的 SSL 憑證安裝
http://blog.longwin.com.tw/2015/11/let-encrypt-ssl-certificate-setup-2015/
How to use the certificate for Tomcat
https://community.letsencrypt.org/t/how-to-use-the-certificate-for-tomcat/3677
evernote backup
https://www.evernote.com/shard/s201/sh/ed27fb8d-121e-46a5-9d31-cc16fac681f0/e8e284d1425dbe53d0003350724c4bba
pem to p12 to jks.
The BIO, NIO and NIO2 connectors use the following attributes to configure SSL:
https://tomcat.apache.org/tomcat-8.0-doc/config/http.html#SSL_Support_-_BIO,_NIO_and_NIO2
Tomcat配置https及访问http自动跳转至https
http://my.oschina.net/zhxm/blog/343962
--
git clone https://github.com/letsencrypt/letsencrypt
cd letsencrypt/
./letsencrypt-auto certonly
/etc/letsencrypt/live/<domain>/pem-files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment