mirror of
https://github.com/trailofbits/algo.git
synced 2025-06-06 15:13:56 +02:00
commit
202a74646b
3 changed files with 9 additions and 5 deletions
3
algo
3
algo
|
@ -137,6 +137,7 @@ Enter the number of your desired region:
|
||||||
digitalocean () {
|
digitalocean () {
|
||||||
read -p "
|
read -p "
|
||||||
Enter your API token (https://cloud.digitalocean.com/settings/api/tokens):
|
Enter your API token (https://cloud.digitalocean.com/settings/api/tokens):
|
||||||
|
[pasted values will not be displayed]
|
||||||
: " -rs do_access_token
|
: " -rs do_access_token
|
||||||
|
|
||||||
read -p "
|
read -p "
|
||||||
|
@ -185,11 +186,13 @@ ec2 () {
|
||||||
read -p "
|
read -p "
|
||||||
Enter your aws_access_key (http://docs.aws.amazon.com/general/latest/gr/managing-aws-access-keys.html)
|
Enter your aws_access_key (http://docs.aws.amazon.com/general/latest/gr/managing-aws-access-keys.html)
|
||||||
Note: Make sure to use either your root key (recommended) or an IAM user with an acceptable policy attached
|
Note: Make sure to use either your root key (recommended) or an IAM user with an acceptable policy attached
|
||||||
|
[pasted values will not be displayed]
|
||||||
[AKIA...]: " -rs aws_access_key
|
[AKIA...]: " -rs aws_access_key
|
||||||
|
|
||||||
read -p "
|
read -p "
|
||||||
Enter your aws_secret_key (http://docs.aws.amazon.com/general/latest/gr/managing-aws-access-keys.html)
|
Enter your aws_secret_key (http://docs.aws.amazon.com/general/latest/gr/managing-aws-access-keys.html)
|
||||||
Note: Make sure to use either your root key (recommended) or an IAM user with an acceptable policy attached
|
Note: Make sure to use either your root key (recommended) or an IAM user with an acceptable policy attached
|
||||||
|
[pasted values will not be displayed]
|
||||||
[ABCD...]: " -rs aws_secret_key
|
[ABCD...]: " -rs aws_secret_key
|
||||||
|
|
||||||
read -p "
|
read -p "
|
||||||
|
|
|
@ -74,9 +74,10 @@ congrats: |
|
||||||
"# Config files and certificates are in the ./configs/ directory. #"
|
"# Config files and certificates are in the ./configs/ directory. #"
|
||||||
"# Go to https://whoer.net/ after connecting #"
|
"# Go to https://whoer.net/ after connecting #"
|
||||||
"# and ensure that all your traffic passes through the VPN. #"
|
"# and ensure that all your traffic passes through the VPN. #"
|
||||||
"# Local DNS resolver and Proxy IP address: {{ local_service_ip }} "
|
"# Local DNS resolver and Proxy IP address: {{ local_service_ip }} #"
|
||||||
"# The p12 password is {{ easyrsa_p12_export_password }} "
|
"# The p12 password is {{ easyrsa_p12_export_password }} #"
|
||||||
"# The CA key password is {{ easyrsa_CA_password }} "
|
"# The CA key password is {{ easyrsa_CA_password }} #"
|
||||||
|
"# Shell access: ssh -i algo.pem root@{{ ansible_ssh_host }} #"
|
||||||
"#----------------------------------------------------------------------#"
|
"#----------------------------------------------------------------------#"
|
||||||
|
|
||||||
SSH_keys:
|
SSH_keys:
|
||||||
|
|
|
@ -138,9 +138,9 @@
|
||||||
</dict>
|
</dict>
|
||||||
<key>UserDefinedName</key>
|
<key>UserDefinedName</key>
|
||||||
{% if proxy_enabled is defined and proxy_enabled == true %}
|
{% if proxy_enabled is defined and proxy_enabled == true %}
|
||||||
<string>{{ IP_subject_alt_name }} IKEv2 with proxy</string>
|
<string>Algo VPN {{ IP_subject_alt_name }} IKEv2 with proxy</string>
|
||||||
{% else %}
|
{% else %}
|
||||||
<string>{{ IP_subject_alt_name }} IKEv2</string>
|
<string>Algo VPN {{ IP_subject_alt_name }} IKEv2</string>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<key>VPNType</key>
|
<key>VPNType</key>
|
||||||
<string>IKEv2</string>
|
<string>IKEv2</string>
|
||||||
|
|
Loading…
Add table
Reference in a new issue