free-domain¶
- 🏷️Tags : #2022-10 #todo
- Link: 捋一捋这些年一起薅过的羊毛 – 包含永久免费vps、域名等 - 大鸟博客
source-url :: freenom 免費域名 + DNS
- login by google account
- luolongfei/freenom: Freenom 域名自动续期。Freenom domain name renews automatically.
- ssl domain : Let's Encrypt Explained: Free SSL - YouTube
- 免费域名介紹
my free domain¶
- yudady.ml
- yudady.cf
- yudady.gq
- yudady.tk , TOMMY TRAEFIK WEB WWW NGINX
- 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