https://github.com/pythoninthegrass/gen_cert
https://github.com/pythoninthegrass/gen_cert
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pythoninthegrass/gen_cert
- Owner: pythoninthegrass
- Created: 2024-02-14T06:53:32.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-07T23:00:48.000Z (11 months ago)
- Last Synced: 2025-03-01T01:26:09.891Z (11 months ago)
- Language: Shell
- Size: 57.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gen_cert
More elaborate version of the `gen_cert` [gist](https://gist.github.com/pythoninthegrass/115f0ccb8eca51d1e422dcb097cbd088)
## Minimum Requirements
* python 3.11+
* [nginx](https://nginx.org/en/download.html)
## Setup
* Fill out `.env` from `.env.example`
```bash
cp .env.example .env
```
* Create a virtual environment
```bash
# virtual environment
python -m venv .venv
source .venv/bin/activate
python -m pip install -r requirements.txt
```
* Run the script
```bash
./gen_cert.sh
```