https://github.com/mikewang000000/vomegacerts
https://github.com/mikewang000000/vomegacerts
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mikewang000000/vomegacerts
- Owner: MikeWang000000
- Created: 2025-04-26T21:01:16.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2026-02-28T04:15:27.000Z (4 months ago)
- Last Synced: 2026-02-28T10:51:11.529Z (4 months ago)
- Size: 659 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# VomegaCerts
[](https://github.com/MikeWang000000/VomegaCerts/actions/workflows/production.yml) [](https://github.com/MikeWang000000/VomegaCerts/actions/workflows/staging.yml)
## Get Latest SSL Certificate for vomega.net
```bash
#!/bin/bash
export CERT_PASS=******
curl 'https://certs.vomega.net/crt/vomega.net.fullchain.pem.aes' | openssl enc -d -base64 -aes-256-ctr -pbkdf2 -pass 'env:CERT_PASS' -out vomega.net.crt
```
## File List
- [vomega.net.pem.aes](/crt/vomega.net.pem.aes)
- [vomega.net.chain.pem.aes](/crt/vomega.net.chain.pem.aes)
- [vomega.net.fullchain.pem.aes](/crt/vomega.net.fullchain.pem.aes)
## Repository
[https://github.com/MikeWang000000/VomegaCerts](https://github.com/MikeWang000000/VomegaCerts)