diff --git a/tools/pico-hsm-tool.py b/tools/pico-hsm-tool.py index 7236a20..bbad3b8 100644 --- a/tools/pico-hsm-tool.py +++ b/tools/pico-hsm-tool.py @@ -192,7 +192,7 @@ def get_pki_data(url, data=None, method='GET'): method = 'GET' if (data is not None): method = 'POST' - req = urllib.request.Request(f"https://www.henarejos.me/pico/pico-hsm/{url}/", + req = urllib.request.Request(f"https://www.picokeys.com/pico/pico-hsm/{url}/", method=method, data=data, headers={'User-Agent': user_agent, })