Skip to content

free-domain


my free domain


  1. yudady.ml
  2. yudady.cf
  3. yudady.gq
  4. yudady.tk , TOMMY TRAEFIK WEB WWW NGINX
  5. yudady.ga , web.yudady.ga , admin.yudady.ga

SSL

EXAMPLE.COM/.well-known/acme-challenge/

certbot

TLS

tommy@tommy-msi:www.yudady.tk$ls -la
-rwxrwxrwx 1 tommy tommy 2431 Nov 11 18:50 ca_bundle.crt
-rwxrwxrwx 1 tommy tommy 2281 Nov 11 18:50 certificate.crt
-rwxrwxrwx 1 tommy tommy 1706 Nov 11 18:50 private.key
-rwxrwxrwx 1 tommy tommy 5045 Nov 12 03:12 tls.pfx

# 合併 crt
cat certificate.crt ca_bundle.crt > full_chain.crt

# 合成 tls.pfx
openssl pkcs12 -export -out tls.pfx -inkey private.key -in certificate.crt -certfile ca_bundle.crt

# letsencrypt validation path
http://www.yudady.tk/.well-known/pki-validation/10A01C0C743DA31E6706682CF9257B37.txt

# tomcat8/conf/server.xml

    <Connector port="443" protocol="HTTP/1.1" SSLEnabled="true"
        maxThreads="150" scheme="https" secure="true"
        clientAuth="false" sslProtocol="TLS"
        keystoreFile="C:\Users\yu_da\Desktop\apache-tomcat-8.5.83\conf\tls.pfx"
        keystoreType="PKCS12"
        keystorePass="" />

DNSmasq

docker pull jpillora/dnsmasq

基于docker搭建DNSmasq - 腾讯云开发者社区-腾讯云

docker pull 4km3/dnsmasq

DrPsychick/docker-dnsmasq: dnsmasq docker image, fully configurable through ENV

drpsychick/dnsmasq Tags | Docker Hub