mirror of
https://github.com/mynodebtc/mynode.git
synced 2024-12-25 05:58:06 +00:00
More cert regen changes
This commit is contained in:
parent
7b6c01e1f8
commit
142421487d
|
@ -553,6 +553,14 @@ def force_https(force):
|
||||||
else:
|
else:
|
||||||
os.system("rm -f /home/bitcoin/.mynode/https_forced")
|
os.system("rm -f /home/bitcoin/.mynode/https_forced")
|
||||||
|
|
||||||
|
# Regen cert
|
||||||
|
def regen_https_cert():
|
||||||
|
os.system("rm -rf /home/bitcoin/.mynode/https")
|
||||||
|
os.system("rm -rf /mnt/hdd/mynode/settings/https")
|
||||||
|
os.system("/usr/bin/mynode_gen_cert.sh https 825")
|
||||||
|
os.system("sync")
|
||||||
|
os.system("systemctl restart nginx")
|
||||||
|
|
||||||
def get_flask_secret_key():
|
def get_flask_secret_key():
|
||||||
if os.path.isfile("/home/bitcoin/.mynode/flask_secret_key"):
|
if os.path.isfile("/home/bitcoin/.mynode/flask_secret_key"):
|
||||||
key = get_file_contents("/home/bitcoin/.mynode/flask_secret_key")
|
key = get_file_contents("/home/bitcoin/.mynode/flask_secret_key")
|
||||||
|
|
Loading…
Reference in New Issue
Block a user