EExcel 丞燕快速查詢2

EExcel 丞燕快速查詢2
EExcel 丞燕快速查詢2 https://sandk.ffbizs.com/
顯示具有 letsencrypt 標籤的文章。 顯示所有文章
顯示具有 letsencrypt 標籤的文章。 顯示所有文章

acme let's encrypt


renew manually dns


acme.sh --issue -d *.oooxxx.com --dns --yes-I-know-dns-manual-mode-enough-go-ahead-please


Cer Key /root

cp ~/.acme.sh/\*.oooxxx.com/\*.oooxxx.com.cer  wildcardoooxxx.cer
cp ~/.acme.sh/\*.oooxxx.com/\*.oooxxx.com.cer  wildcardoooxxx.key

[轉]在Ubuntu 使用 Lets Encrypt 與 Nginx

https://blog.technologyofkevin.com/?p=591


see http://sueboy.blogspot.tw/2017/11/nginx-proxy-pass-best-practices.html
http://sueboy.blogspot.tw/2017/11/nginx-proxy-pass-best-practices-2-for.html

Let’s Encrypt ubuntu 14.04 vmware

DHCP can use internet.

1、install new ubuntu 14.04
2、install vmware-tools
3、install ssh
sudo apt-get install openssh-server
4、install git
sudo apt-get update
sudo apt-get install git
5、https://letsencrypt.readthedocs.org/en/latest/using.html#installation

use root at root directory
git clone https://github.com/letsencrypt/letsencrypt
cd letsencrypt
https://letsencrypt.readthedocs.org/en/latest/contributing.html#ubuntu
 ./bootstrap/ubuntu.sh
 https://letsencrypt.readthedocs.org/en/latest/using.html#letsencrypt-auto
 ./letsencrypt-auto 

.netword static ip & dns

static ip
nano /etc/network/interfaces
iface eth0 inet static
address 192.168.0.xxx
netmask 255.255.255.0
gateway 192.168.0.xxx

dns
nano /etc/resolvconf/resolv.conf.d/base
nameserver 8.8.8.8
nameserver 8.8.4.4
resolvconf -u
--close vm NIC,

reboot