https://azure.microsoft.com/ja-jp/documentation/articles/vpn-gateway-howto-point-to-site-rm-ps/
azureで、P2S VPN をするにはクラシックポータルか、powershellかって話。
このurlではまったのはBase64のとこ。
以下でBase64に変換してくれる
$MyP2SRootCertPubKeyBase64 = [Convert]::ToBase64String([System.IO.File]::ReadAllBytes("【証明書の絶対パス】"))
Permalink | 記事への反応(1) | 01:13
ツイートシェア
Base64でエンコードしたのかと思ってしまうほど長い変数名だ