diff options
author | Rob Austein <sra@hactrn.net> | 2010-11-08 07:00:33 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2010-11-08 07:00:33 +0000 |
commit | cd99350f47cc55e701d9de36f014bc588bbe306b (patch) | |
tree | 3a07adc26b1062e0151884f8c80e3f4c0cd0ca38 /scripts | |
parent | b248dca213390153c4f4e410fd2460d9b22feeb1 (diff) |
Doh, wrong URL
svn path=/scripts/rpkidemo; revision=3540
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/rpkidemo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/rpkidemo b/scripts/rpkidemo index 0522ec77..83a6c932 100755 --- a/scripts/rpkidemo +++ b/scripts/rpkidemo @@ -164,7 +164,7 @@ class main(object): # Parameters that we might want to get from a config file. # Just wire them all in for the moment. - base_url = "http://demo.rpki.net/myrpki/" + base_url = "https://demo.rpki.net/" auth_url = base_url + 'accounts/login/' myrpki_url = base_url + 'myrpki/' example_myrpki_cfg = "%s/rpkid/examples/myrpki.conf" % top |