Luke Childs
7 years ago
2 changed files with 13 additions and 2 deletions
@ -0,0 +1,7 @@ |
|||
#!/bin/sh |
|||
|
|||
if [ ! -e "${SSL_CERTFILE}" ] || [ ! -e "${SSL_KEYFILE}" ]; then |
|||
openssl req -newkey rsa:2048 -sha256 -nodes -x509 -days 365 -subj "/O=ElectrumX" -keyout "${SSL_KEYFILE}" -out "${SSL_CERTFILE}" |
|||
fi |
|||
|
|||
exec /electrumx/electrumx_server.py |
Loading…
Reference in new issue