Generate your CSR This generates a unique private key, skip this if you already have one.
sudo openssl genrsa -out etc/ssl/yourdomain.com/yourdomain.com.key 1024
Next generate your CSR (Certificate Signing Request), required by GoDaddy:
diff --git a/parquet-cli/pom.xml b/parquet-cli/pom.xml | |
index 379e81b4e..bf9c1c91c 100644 | |
--- a/parquet-cli/pom.xml | |
+++ b/parquet-cli/pom.xml | |
@@ -96,6 +96,12 @@ | |
<version>${hadoop.version}</version> | |
<scope>provided</scope> | |
</dependency> | |
+ <dependency> | |
+ <groupId>org.xerial.snappy</groupId> |
{ | |
"Version": "2012-10-17", | |
"Statement": [{ | |
"Effect": "Allow", | |
"Action": [ | |
"s3:ListAllMyBuckets" | |
], | |
"Resource": [ | |
"arn:aws:s3:::*" | |
] |
Generate your CSR This generates a unique private key, skip this if you already have one.
sudo openssl genrsa -out etc/ssl/yourdomain.com/yourdomain.com.key 1024
Next generate your CSR (Certificate Signing Request), required by GoDaddy:
# Consul KVP migration tool requires jq, base64 and curl | |
# sudo apt-get update && sudo apt-get install -y curl jq # coreutils (Comes with ubuntu) | |
echo "Migrating consul from $1 to $2" | |
curl "http://$1:8500/v1/kv/?recurse" | jq 'map("curl \"http://NEW_ADDR:8500/v1/kv/\(.Key)\" -XPUT -d \"$(echo \"\(.Value)\" | base64 --decode)\"")[]' -r | sed "s/NEW_ADDR/$2/g" | sh |
Do you really want to destroy? | |
Terraform will delete all your managed infrastructure. | |
There is no undo. Only 'yes' will be accepted to confirm. | |
Enter a value: yes | |
module.a.vpc.aws_vpc.main: Refreshing state... (ID: vpc-a526b8c0) | |
module.a.vpc.aws_internet_gateway.main: Refreshing state... (ID: igw-bda511d8) | |
module.a.vpc.aws_subnet.main: Refreshing state... (ID: subnet-386d1e4f) | |
module.a.aws_security_group.b: Refreshing state... (ID: sg-dc0cfdb8) |
(int someNumberArgument) => | |
{ | |
for (int i = 0; i < 5; i++) | |
{ | |
int myInt; | |
myInt = ExpressionDebugGames.PrivateField / (ExpressionDebugGames.PrivateProperty - ExpressionDebugGames.PrivateMethod<object>()); | |
2 + 5; | |
Console.WriteLine("Hello Worlda"); | |
} |