Documentation ¶
Overview ¶
Copyright (c) Microsoft Corporation. Licensed under the MIT License.
Index ¶
Constants ¶
View Source
const ( COUNTRY = "US" LOCALITY = "Redmond" COMMON_NAME = "Hybrid Runbook Worker" ORGANIZATIONAL_UNIT = "Azure Automation" ORGANIZATION = "Microsoft Corporation" STATE = "Washington" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CertificateOperations ¶
type SelfSignedCertificateKey ¶
type SelfSignedCertificateKey struct { Cert x509.Certificate PrivKey rsa.PrivateKey }
func NewSelfSignedx509Certificate ¶
func NewSelfSignedx509Certificate() (*SelfSignedCertificateKey, error)
func (*SelfSignedCertificateKey) GetCertificateThumbprint ¶
func (cert *SelfSignedCertificateKey) GetCertificateThumbprint() string
func (*SelfSignedCertificateKey) WriteCertificateToDisk ¶
func (cert *SelfSignedCertificateKey) WriteCertificateToDisk(certificateOutputPath string) error
func (*SelfSignedCertificateKey) WriteKeyToDisk ¶
func (cert *SelfSignedCertificateKey) WriteKeyToDisk(keyOutputPath string) error
Click to show internal directories.
Click to hide internal directories.