An open API service indexing awesome lists of open source software.

https://github.com/pythoninthegrass/gen_cert


https://github.com/pythoninthegrass/gen_cert

Last synced: 3 months ago
JSON representation

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
```