aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2023-09-10 17:36:54 -0300
committerSilvio Rhatto <rhatto@riseup.net>2023-09-10 17:36:54 -0300
commitc5925f0c9fdcfa4b0a8c746c0a0981d15bcb9bf4 (patch)
tree5c134391a7e908d79b10118f6a01512ef532e961
parentcc3c8944503208fbdcae081d3b7b5b255cef91fb (diff)
downloadutils-tor-c5925f0c9fdcfa4b0a8c746c0a0981d15bcb9bf4.tar.gz
utils-tor-c5925f0c9fdcfa4b0a8c746c0a0981d15bcb9bf4.tar.bz2
Adds onion-client-auth-genkeys (2)
-rwxr-xr-xonion-client-auth-genkeys4
1 files changed, 2 insertions, 2 deletions
diff --git a/onion-client-auth-genkeys b/onion-client-auth-genkeys
index 26428eb..70d9936 100755
--- a/onion-client-auth-genkeys
+++ b/onion-client-auth-genkeys
@@ -1,11 +1,11 @@
#!/usr/bin/env bash
#
-# Generate a Client Authorization keypair and apply to all Onion Services.
+# Generate a Client Authorization keypair.
#
# Based on https://community.torproject.org/onion-services/advanced/client-auth/
# See also https://gist.github.com/mtigas/9c2386adf65345be34045dace134140b
#
-# Copyright (C) 2022 Silvio Rhatto <rhatto@riseup.net>
+# Copyright (C) 2023 Silvio Rhatto <rhatto@riseup.net>
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published