This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$url = "https://api.gremlin.com/v1/health" | |
$WebRequest = [Net.WebRequest]::CreateHttp($url) | |
$WebRequest.AllowAutoRedirect = $true | |
$chain = New-Object -TypeName System.Security.Cryptography.X509Certificates.X509Chain | |
#Request website | |
$Response = $WebRequest.GetResponse() | |
#Creates Certificate | |
$Certificate = $WebRequest.ServicePoint.Certificate.Handle |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$url = "https://api.gremlin.com/v1/health" | |
$WebRequest = [Net.WebRequest]::CreateHttp($url) | |
$WebRequest.AllowAutoRedirect = $true | |
$chain = New-Object -TypeName System.Security.Cryptography.X509Certificates.X509Chain | |
#Request website | |
$Response = $WebRequest.GetResponse() | |
#Creates Certificate | |
$Certificate = $WebRequest.ServicePoint.Certificate.Handle |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### Keybase proof | |
I hereby claim: | |
* I am sewhyte on github. | |
* I am samew (https://keybase.io/samew) on keybase. | |
* I have a public key ASCZGZuO4PHmXhPtT3aR6dTCIpWAd_4UC0GigpmKmwCGGgo | |
To claim this, I am signing this object: |