aboutsummaryrefslogtreecommitdiff
path: root/scripts/convert-https-to-http.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/convert-https-to-http.py')
-rw-r--r--scripts/convert-https-to-http.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/scripts/convert-https-to-http.py b/scripts/convert-https-to-http.py
index 4599c59e..821255c6 100644
--- a/scripts/convert-https-to-http.py
+++ b/scripts/convert-https-to-http.py
@@ -134,3 +134,9 @@ if convert_sql:
do_sql("pubd",
"ALTER TABLE client ADD COLUMN last_cms_timestamp DATETIME")
+
+
+print """
+Done. Don't forget to run "myrpki configure_daemons" (with whatever arguments you usually
+give it) to push changed URLs and so forth into rpkid et al.
+"""