Linux命令

编写 hello world 脚本 #!/bin/bash # 编写 hello world 脚本 echo "Hello World!" 通过位置变量创建 Linux 系统账户及密码 #!/bin/bash # 通过位置变量创建 Linux 系统账户及密码


winServer使用Cerbot部署ssl

包下载:https://github.com/certbot/certbot/releases下载安装后,run运行停止apache服务(或者IIS站点,或者网站绑定的站点服务)执行命令 certbot certonly --standalone -d xxx.com生成的证书保存在C:\Certb