记录精彩的程序人生
存档:
2024 年 01 月 (8)
https://blog.csdn.net/bobozai86/article/details/83655718
Ubuntu 开机自定义脚本启动(最全版) https://blog.csdn.net/ny19000314/article/details/128833491
https://cloud.tencent.com/developer/ask/sof/115403904
https://zhuanlan.zhihu.com/p/519083463
https://blog.51cto.com/u_16175446/8688929
1 服务器相关 2 安装jdk8 https://pythonjishu.com/ctbligorqlxyrot/ 3 安装ftp https://blog.csdn.net/weixin_52799373/article/details/131045373 https://blog.csdn.net/Bob_java/article/details/130343990
https://pythonjishu.com/ctbligorqlxyrot/
到sslforfree.com申请免费证书,并下载;解压后包含3个文件: private.key certificate.crt ca_bundle.crt 将certificate.crt文件的扩展名改为pem,得到certificate.pem 利用阿里云的证书证书格式转换工具,将certificate.pem转换为pfx格式(并指定密码),得到mykey.pfx https://yundunnext.console.aliyun.com/?spm=0.2020520163.help.80.3eb83711Hj0Sle&p=cas#/certToolkit/cert_convert_wasm/cn-hangzhou 参考https://help.aliyun.com/zh/ssl-certificate/user-guide/install-pfx-certificates安装证书 <Connector port="443" protocol="org.apache.coyote.http11.Http11NioProtocol" maxThreads="1....