/images/avatar.png

Hi,Jiu.u

FRPC安装与配置

ACME证书申请

Wiki

安装

yum update ca-certificates # centos
apt install ca-certificates # debian

curl https://get.acme.sh | sh -s email=[email protected]
wget -O -  https://get.acme.sh | sh -s email=[email protected]

# 国内使用
# https://github.com/acmesh-official/acme.sh/wiki/Install-in-China
git clone https://gitee.com/neilpang/acme.sh.git
cd acme.sh
./acme.sh --install -m email=[email protected]

source ~/.bashrc
source ~/.zshrc

开启自动更新

我的第一篇博客

1. 介绍

这是我的第一篇博客,用来记录我的学习过程,以及一些想法。

2. 感想

写博客是一种很好的学习方式,可以加深对知识的理解,同时也可以分享自己的心得体会。