Install the OpenSSL on Debian based systems
sudo apt-get install opensslI hereby claim:
To claim this, I am signing this object:
| 2021/02/03 14:20:00 [INFO] Terraform version: 0.14.5 | |
| 2021/02/03 14:20:00 [INFO] Go runtime version: go1.15.6 | |
| 2021/02/03 14:20:00 [INFO] CLI args: []string{"/usr/local/bin/terraform", "plan", "-var-file=../environment_info.tfvars", "-var-file=../auth.tfvars", "-var-file=custom.tfvars", "-out", "tf.plan"} | |
| 2021/02/03 14:20:00 [DEBUG] Attempting to open CLI config file: /Users/dmitry/.terraformrc | |
| 2021/02/03 14:20:00 [DEBUG] File doesn't exist, but doesn't need to. Ignoring. | |
| 2021/02/03 14:20:00 [DEBUG] ignoring non-existing provider search directory terraform.d/plugins | |
| 2021/02/03 14:20:00 [DEBUG] ignoring non-existing provider search directory /Users/dmitry/.terraform.d/plugins | |
| 2021/02/03 14:20:00 [DEBUG] ignoring non-existing provider search directory /Users/dmitry/Library/Application Support/io.terraform/plugins | |
| 2021/02/03 14:20:00 [DEBUG] ignoring non-existing provider search directory /Library/Application Support/io.terraform/plugins | |
| 2021/02/03 14:20:00 [INFO] CLI command args: []string{"plan", "-var-file=.. |
| ^CInterrupt received. | |
| Please wait for Terraform to exit or data loss may occur. | |
| Gracefully shutting down... | |
| Stopping operation... | |
| Warning: Interpolation-only expressions are deprecated | |
| on .terraform/modules/core/output.tf line 157, in output "optional_subnets": | |
| 157: "${subnet_name_short}" = { |
| import boto3 | |
| ec2 = boto3.resource('ec2') | |
| def lambda_handler(event, context): | |
| # create filter for instances in running state | |
| filters = [ | |
| { | |
| 'Name': 'instance-state-name', | |
| 'Values': ['running'] |
| machine api.heroku.com | |
| login [email protected] | |
| password 01230123012301230123012301230123 | |
| machine api.github.com password something login somebody | |
| machine ftp.server login abc password def account ghi macdef somemacro | |
| cd somehwhere | |
| continues until end of paragraph |
service.beta.kubernetes.io/aws-load-balancer-access-log-emit-interval (in minutes)service.beta.kubernetes.io/aws-load-balancer-access-log-enabled (true|false)service.beta.kubernetes.io/aws-load-balancer-access-log-s3-bucket-nameservice.beta.kubernetes.io/aws-load-balancer-access-log-s3-bucket-prefixservice.beta.kubernetes.io/aws-load-balancer-additional-resource-tags (comma-separated list of key=value)service.beta.kubernetes.io/aws-load-balancer-backend-protocol (http|https|ssl|tcp)service.beta.kubernetes.io/aws-load-balancer-connection-draining-enabled (true|false)| import paramiko | |
| from pebble import concurrent | |
| from concurrent.futures import TimeoutError | |
| while not deviceTests_is_desktop_on_wifi_flag: | |
| print("Waiting for desk %s to complete challenge 1 - Connect to WiFi" % ourHackerDeskNumber) | |
| trySSHConnection = deviceTests_is_desktop_on_wifi(ourHackerDeskNumber) | |
| try: |
| #!/bin/sh | |
| openssl s_client -connect platform.here.com:443 | |
| # get cert details | |
| echo | openssl s_client -connect elb.cn-northwest-1.account.hereapi.cn:443 2>&1 | sed -n '/CERT/,/CERT/ p' | openssl x509 -noout -text | |
| # get details on the cert | |
| echo | openssl s_client -connect platform.here.com:443 2>/dev/null | openssl x509 -noout -subject | |
| #subject= /C=NL/ST=Noord-Brabant/L=Eindhoven/O=HERE Global BV/CN=platform.in.hereolp.cn |