mirror of
https://github.com/getlago/lago.git
synced 2024-12-22 17:23:18 +07:00
7e2d2cd944
* misc: add SSL support for docker config * add extra files * feat: Add support for LAGO_DISABLE_SIGNUP env var (#73) * chore: remove .DS_Store file * misc: add SSL support for docker config * fix rebase issue * fix review Co-authored-by: Vincent Pochet <vincent@getlago.com>
5 lines
204 B
Bash
Executable File
5 lines
204 B
Bash
Executable File
#!/bin/bash
|
|
|
|
sudo openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout ./extra/ssl/nginx-selfsigned.key -out ./extra/ssl/nginx-selfsigned.crt
|
|
sudo openssl dhparam -out ./extra/ssl/dhparam.pem 2048
|