$cert = New-SelfSignedCertificate ` -Subject "CN=MinioS3Sync" ` -KeyAlgorithm RSA ` -KeyLength 2048 ` -CertStoreLocation "Cert:\CurrentUser\My" ` -NotAfter (Get-Date).AddYears(3)