Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tjcchen/website_cn
☘ A self-introduction website
https://github.com/tjcchen/website_cn
Last synced: about 21 hours ago
JSON representation
☘ A self-introduction website
- Host: GitHub
- URL: https://github.com/tjcchen/website_cn
- Owner: tjcchen
- License: mit
- Created: 2020-04-23T05:34:20.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-12-05T22:59:43.000Z (2 months ago)
- Last Synced: 2025-02-07T02:03:11.436Z (1 day ago)
- Language: HTML
- Homepage: https://www.tjcchen.cn
- Size: 1.11 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Website
This simple personal website is made by Andy.## Website is available at
https: https://www.tjcchen.cnhttp( will be redirected to https ): http://www.tjcchen.cn
## Start the http/https service
```bash
# pm2 start
pm2 --name https-server start npm -- start# check centos version info
cat /etc/centos-release# configure your certificate
yum install certbot
sudo certbot certonly --standalone -d www.tjcchen.cn# key and cert path generated by certbot
Certificate is saved at: /etc/letsencrypt/live/www.tjcchen.cn-0001/fullchain.pem
Key is saved at: /etc/letsencrypt/live/www.tjcchen.cn-0001/privkey.pem
CA: /etc/letsencrypt/live/www.tjcchen.cn-0001/chain.pem# aliyun cert directory
/ssl/cert.pem
/ssl/cert.key
/ssl/cert.cer# check connecting status with openssl
openssl s_client -connect 182.92.180.143:443 -servername "www.tjcchen.cn" -tls1_2 | openssl x509 -noout -dates# check cert info on port 443( on VPS )
openssl s_client -connect 127.0.0.1:443# check network status
netstat -lnp
netstat -lnp | grep 443
```## Links
Be sure to configure your security group 443 after adding certs: https://ecs.console.aliyun.com/securityGroupDetail/region/cn-beijing/groupId/sg-2zebrtqj5svzhl79grtg/detail/intranetIngress## Contact
Email: [email protected]## License
This project is licensed under the terms of the MIT License.