Skip to content

Instantly share code, notes, and snippets.

View rolindroy's full-sized avatar
💭
I may be slow to respond.

Rolind Roy rolindroy

💭
I may be slow to respond.
View GitHub Profile
{
"listeners": [
{
"address": "tcp://0.0.0.0:443",
"ssl_context": {"cert_chain_file": "/ambassador/certs/tls.crt",
"private_key_file": "/ambassador/certs/tls.key"
},"filters": [
{
-- Apple Script to connect VPN Client with Password and Safenet MobilePass OTP.
set vpn_name to "'VPN Connection 01'"
set user_name to "username"
set passwd to "Password"
tell application "MobilePASS"
activate
end tell
tell application "System Events"
#!/bin/bash
yum install -y aws-cli
cd /home/ec2-user/
aws s3 cp 's3://aws-codedeploy-us-east-1/latest/codedeploy-agent.noarch.rpm' . --region us-east-1
yum -y install codedeploy-agent.noarch.rpm