Skip to content

Instantly share code, notes, and snippets.

View sGambolati's full-sized avatar
:shipit:
Squirrel administrator

Sebastian Gambolati sGambolati

:shipit:
Squirrel administrator
View GitHub Profile
@hmarcelodn
hmarcelodn / generator.sh
Created November 5, 2020 18:22
P12 Generator
#!/bin/bash
USERNAME=marcelo.delnegro
NAME=cert.staging.na01.northcountryfire.demandware.net
DAYS=36500
# 0 - Navigate to P12
cd ./STG-2FA-northcountryfire-00457696/
# 1 - Generate Request
@sdurandeu
sdurandeu / gist:9842815
Created March 28, 2014 20:55
Async Blob Copy - Windows Azure
## For reference see http://michaelwasham.com/windows-azure-powershell-reference-guide/copying-vhds-blobs-between-storage-accounts/
Import-Module Azure
Set-AzureSubscription -SubscriptionName "Azure SDK Testing" -CurrentStorageAccount "portalvhdsq1x0n4q4zbfq5"
Select-AzureSubscription "Azure Store SDK Testing"
$destContext = New-AzureStorageContext –StorageAccountName "{destAccountName}" `
-StorageAccountKey "{destAccountKey}"
$sourceContext = New-AzureStorageContext –StorageAccountName "{sourceAccountName}" `