Skip to content

Instantly share code, notes, and snippets.

@BurgerZ
BurgerZ / UpdateBuildVersion.ps1
Created June 24, 2020 09:54
Powershell script to Update Build & Version numbers for iOS & Android (Info.plist and AndroidManifest.xml )
$majorMinorVersion = ""
$commitCount = & git rev-list --count HEAD
Write-Output "git rev-list --count HEAD = $commitCount"
$params = @{
FilePath = ""
OS = ""
ToolsDir = ""
SolutionFolder = ""

OpenSSL Playground

Certificates

Print Certificate ( crt file )

openssl x509 -in stackexchangecom.crt -text -noout

Print Certificate ( pem file )

openssl x509 -in cert.pem -text -noout

Print Certificate ( cer file )

openssl x509 -inform der -in foobar.cer -noout -text

Read part of Certificate