Documentation ¶
Index ¶
Constants ¶
View Source
const ( // AWSCACert is the AWS RSA public CA certificate for all AWS Regions, // except Hong Kong, Bahrain, UAE, Cape Town, Milan, Spain, Zurich, Jakarta, // Melbourne, Hyderabad, China, and GovCloud. (Each of these regions has their own CA Cert.) // Expires: Jun 05, 2024 AWSCACert = `` /* 1146-byte string literal not displayed */ )
Variables ¶
View Source
var CACerts = map[string]string{
"af-south-1": afSouth1Cert,
"ap-east-1": apEast1Cert,
"ap-south-2": apSouth2Cert,
"ap-southeast-3": apSoutheast3Cert,
"ap-southeast-4": apSoutheast4Cert,
"cn-north-1": chinaCert,
"cn-northwest-1": chinaCert,
"eu-central-2": euCentral2Cert,
"eu-south-1": euSouth1Cert,
"eu-south-2": euSouth2Cert,
"me-south-1": meSouth1Cert,
"me-central-1": meCentral1Cert,
"us-gov-east-1": govCloudUSCert,
"us-gov-west-1": govCloudUSCert,
}
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.