AWSCertificateType Parameter (Connect-AmazonS3 Cmdlet)
The type of AWSCertificate .
Syntax
Connect-AmazonS3 -AWSCertificateType string
Possible Values
PEM_FILE, PEM_BLOBData Type
cstr
Default Value
"PEM_FILE"
Remarks
This property can take one of the following values:
| PEM_FILE | Absolute path to a certificate file in PEM format. |
| PEM_BLOB | A string (base64-encoded) representing a PEM-encoded certificate. |