I hereby claim:
- I am razorsedge on github.
- I am razorsedge (https://keybase.io/razorsedge) on keybase.
- I have a public key ASDm5TO9PIpl7ZgzDpGExzVgSbALPmwp8IfXtjpfgaTJAgo
To claim this, I am signing this object:
| <?php | |
| header("Content-Type: application/json"); | |
| if ($_GET['Protocol'] == 'ActiveSync') { | |
| echo '{"Protocol":"ActiveSync","Url":"https://' . $_SERVER['HTTP_HOST'] . '/Microsoft-Server-ActiveSync"}'; | |
| } | |
| elseif ($_GET['Protocol'] == 'AutodiscoverV1') { | |
| echo '{"Protocol":"AutodiscoverV1","Url":"https://' . $_SERVER['HTTP_HOST'] . '/Autodiscover/Autodiscover.xml"}'; | |
| } | |
| else { |
I hereby claim:
To claim this, I am signing this object:
| { | |
| "description": "Copy the centos.org CentOS 6 AMI into our account so that we can add boot volume encryption.", | |
| "min_packer_version": "0.11.0", | |
| "variables": { | |
| "aws_region": "us-east-1", | |
| "aws_vpc": null, | |
| "aws_subnet": null, | |
| "ssh_username": "centos" | |
| }, | |
| "builders": [ |
| #!/bin/sh | |
| Usage() { | |
| cat <<EOF | |
| ${0##*/} [-c] instance-type | |
| print ephemeral store block-device-mapping arguments for 'instance-type' | |
| If '-c' given, also print "--instance-type <instance-type>" | |
| examples: |