diff options
Diffstat (limited to 'onion-client-auth-genkeys')
-rwxr-xr-x | onion-client-auth-genkeys | 4 |
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 |