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

https://github.com/geowarin/docker-compose-nginx


https://github.com/geowarin/docker-compose-nginx

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Self-Signed

Example of self-signed certificate for NGINX in docker.
It uses a nodeJS application, ackee, as an example.
It also requires CORS.

Original author:

https://nickolaskraus.org/articles/how-to-create-a-self-signed-certificate-for-nginx-on-macos/

## Getting Started

Run `self-signed.sh`:

```shell script
./self-signed.sh
```

Run the docker-compose:

```shell script
docker-compose up -f
```