PsclDev / automate-ssl-certificates-api

Can be used to generate SSL certificates quickly, ideal for a local network setup

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Automate SSL Certificates API

The api is based on the automate-ssl-certificates repo from a friend and myself. I just wanted to do something with go and decided to wrap those two scripts with an api for an easier and faster use.

Image

docker pull ghcr.io/pscldev/automate-ssl-certificates-api:latest

Envs

Env Type Required
PORT int
PROD bool
NETLOG_URL string
SENTRY_DSN string

Routes

ℹ️ The project contains a postman collection which you can import to have an overview and example for each request.

⚠️ The config and cert routes contain a prefix: /api/v1

Config

Cert

Health w/o prefix

About

Can be used to generate SSL certificates quickly, ideal for a local network setup


Languages

Language:Go 95.0%Language:HTML 3.2%Language:Dockerfile 1.7%