1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230
|
// Code generated by smithy-go-codegen DO NOT EDIT.
package acmpca
import (
"context"
"fmt"
awsmiddleware "github.com/aws/aws-sdk-go-v2/aws/middleware"
"github.com/aws/aws-sdk-go-v2/aws/signer/v4"
"github.com/aws/aws-sdk-go-v2/service/acmpca/types"
"github.com/aws/smithy-go/middleware"
smithyhttp "github.com/aws/smithy-go/transport/http"
)
// Uses your private certificate authority (CA), or one that has been shared with
// you, to issue a client certificate. This action returns the Amazon Resource Name
// (ARN) of the certificate. You can retrieve the certificate by calling the
// GetCertificate (https://docs.aws.amazon.com/privateca/latest/APIReference/API_GetCertificate.html)
// action and specifying the ARN. You cannot use the ACM ListCertificateAuthorities
// action to retrieve the ARNs of the certificates that you issue by using Amazon
// Web Services Private CA.
func (c *Client) IssueCertificate(ctx context.Context, params *IssueCertificateInput, optFns ...func(*Options)) (*IssueCertificateOutput, error) {
if params == nil {
params = &IssueCertificateInput{}
}
result, metadata, err := c.invokeOperation(ctx, "IssueCertificate", params, optFns, c.addOperationIssueCertificateMiddlewares)
if err != nil {
return nil, err
}
out := result.(*IssueCertificateOutput)
out.ResultMetadata = metadata
return out, nil
}
type IssueCertificateInput struct {
// The Amazon Resource Name (ARN) that was returned when you called
// CreateCertificateAuthority (https://docs.aws.amazon.com/privateca/latest/APIReference/API_CreateCertificateAuthority.html)
// . This must be of the form:
// arn:aws:acm-pca:region:account:certificate-authority/12345678-1234-1234-1234-123456789012
//
// This member is required.
CertificateAuthorityArn *string
// The certificate signing request (CSR) for the certificate you want to issue. As
// an example, you can use the following OpenSSL command to create the CSR and a
// 2048 bit RSA private key. openssl req -new -newkey rsa:2048 -days 365 -keyout
// private/test_cert_priv_key.pem -out csr/test_cert_.csr If you have a
// configuration file, you can then use the following OpenSSL command. The usr_cert
// block in the configuration file contains your X509 version 3 extensions.
// openssl req -new -config openssl_rsa.cnf -extensions usr_cert -newkey rsa:2048
// -days 365 -keyout private/test_cert_priv_key.pem -out csr/test_cert_.csr Note: A
// CSR must provide either a subject name or a subject alternative name or the
// request will be rejected.
//
// This member is required.
Csr []byte
// The name of the algorithm that will be used to sign the certificate to be
// issued. This parameter should not be confused with the SigningAlgorithm
// parameter used to sign a CSR in the CreateCertificateAuthority action. The
// specified signing algorithm family (RSA or ECDSA) must match the algorithm
// family of the CA's secret key.
//
// This member is required.
SigningAlgorithm types.SigningAlgorithm
// Information describing the end of the validity period of the certificate. This
// parameter sets the “Not After” date for the certificate. Certificate validity is
// the period of time during which a certificate is valid. Validity can be
// expressed as an explicit date and time when the certificate expires, or as a
// span of time after issuance, stated in days, months, or years. For more
// information, see Validity (https://datatracker.ietf.org/doc/html/rfc5280#section-4.1.2.5)
// in RFC 5280. This value is unaffected when ValidityNotBefore is also specified.
// For example, if Validity is set to 20 days in the future, the certificate will
// expire 20 days from issuance time regardless of the ValidityNotBefore value.
// The end of the validity period configured on a certificate must not exceed the
// limit set on its parents in the CA hierarchy.
//
// This member is required.
Validity *types.Validity
// Specifies X.509 certificate information to be included in the issued
// certificate. An APIPassthrough or APICSRPassthrough template variant must be
// selected, or else this parameter is ignored. For more information about using
// these templates, see Understanding Certificate Templates (https://docs.aws.amazon.com/privateca/latest/userguide/UsingTemplates.html)
// . If conflicting or duplicate certificate information is supplied during
// certificate issuance, Amazon Web Services Private CA applies order of operation
// rules (https://docs.aws.amazon.com/privateca/latest/userguide/UsingTemplates.html#template-order-of-operations)
// to determine what information is used.
ApiPassthrough *types.ApiPassthrough
// Alphanumeric string that can be used to distinguish between calls to the
// IssueCertificate action. Idempotency tokens for IssueCertificate time out after
// five minutes. Therefore, if you call IssueCertificate multiple times with the
// same idempotency token within five minutes, Amazon Web Services Private CA
// recognizes that you are requesting only one certificate and will issue only one.
// If you change the idempotency token for each call, Amazon Web Services Private
// CA recognizes that you are requesting multiple certificates.
IdempotencyToken *string
// Specifies a custom configuration template to use when issuing a certificate. If
// this parameter is not provided, Amazon Web Services Private CA defaults to the
// EndEntityCertificate/V1 template. For CA certificates, you should choose the
// shortest path length that meets your needs. The path length is indicated by the
// PathLenN portion of the ARN, where N is the CA depth (https://docs.aws.amazon.com/privateca/latest/userguide/PcaTerms.html#terms-cadepth)
// . Note: The CA depth configured on a subordinate CA certificate must not exceed
// the limit set by its parents in the CA hierarchy. For a list of TemplateArn
// values supported by Amazon Web Services Private CA, see Understanding
// Certificate Templates (https://docs.aws.amazon.com/privateca/latest/userguide/UsingTemplates.html)
// .
TemplateArn *string
// Information describing the start of the validity period of the certificate.
// This parameter sets the “Not Before" date for the certificate. By default, when
// issuing a certificate, Amazon Web Services Private CA sets the "Not Before" date
// to the issuance time minus 60 minutes. This compensates for clock
// inconsistencies across computer systems. The ValidityNotBefore parameter can be
// used to customize the “Not Before” value. Unlike the Validity parameter, the
// ValidityNotBefore parameter is optional. The ValidityNotBefore value is
// expressed as an explicit date and time, using the Validity type value ABSOLUTE .
// For more information, see Validity (https://docs.aws.amazon.com/privateca/latest/APIReference/API_Validity.html)
// in this API reference and Validity (https://datatracker.ietf.org/doc/html/rfc5280#section-4.1.2.5)
// in RFC 5280.
ValidityNotBefore *types.Validity
noSmithyDocumentSerde
}
type IssueCertificateOutput struct {
// The Amazon Resource Name (ARN) of the issued certificate and the certificate
// serial number. This is of the form:
// arn:aws:acm-pca:region:account:certificate-authority/12345678-1234-1234-1234-123456789012/certificate/286535153982981100925020015808220737245
CertificateArn *string
// Metadata pertaining to the operation's result.
ResultMetadata middleware.Metadata
noSmithyDocumentSerde
}
func (c *Client) addOperationIssueCertificateMiddlewares(stack *middleware.Stack, options Options) (err error) {
if err := stack.Serialize.Add(&setOperationInputMiddleware{}, middleware.After); err != nil {
return err
}
err = stack.Serialize.Add(&awsAwsjson11_serializeOpIssueCertificate{}, middleware.After)
if err != nil {
return err
}
err = stack.Deserialize.Add(&awsAwsjson11_deserializeOpIssueCertificate{}, middleware.After)
if err != nil {
return err
}
if err := addProtocolFinalizerMiddlewares(stack, options, "IssueCertificate"); err != nil {
return fmt.Errorf("add protocol finalizers: %v", err)
}
if err = addlegacyEndpointContextSetter(stack, options); err != nil {
return err
}
if err = addSetLoggerMiddleware(stack, options); err != nil {
return err
}
if err = awsmiddleware.AddClientRequestIDMiddleware(stack); err != nil {
return err
}
if err = smithyhttp.AddComputeContentLengthMiddleware(stack); err != nil {
return err
}
if err = addResolveEndpointMiddleware(stack, options); err != nil {
return err
}
if err = v4.AddComputePayloadSHA256Middleware(stack); err != nil {
return err
}
if err = addRetryMiddlewares(stack, options); err != nil {
return err
}
if err = awsmiddleware.AddRawResponseToMetadata(stack); err != nil {
return err
}
if err = awsmiddleware.AddRecordResponseTiming(stack); err != nil {
return err
}
if err = addClientUserAgent(stack, options); err != nil {
return err
}
if err = smithyhttp.AddErrorCloseResponseBodyMiddleware(stack); err != nil {
return err
}
if err = smithyhttp.AddCloseResponseBodyMiddleware(stack); err != nil {
return err
}
if err = addSetLegacyContextSigningOptionsMiddleware(stack); err != nil {
return err
}
if err = addOpIssueCertificateValidationMiddleware(stack); err != nil {
return err
}
if err = stack.Initialize.Add(newServiceMetadataMiddleware_opIssueCertificate(options.Region), middleware.Before); err != nil {
return err
}
if err = awsmiddleware.AddRecursionDetection(stack); err != nil {
return err
}
if err = addRequestIDRetrieverMiddleware(stack); err != nil {
return err
}
if err = addResponseErrorMiddleware(stack); err != nil {
return err
}
if err = addRequestResponseLogging(stack, options); err != nil {
return err
}
if err = addDisableHTTPSMiddleware(stack, options); err != nil {
return err
}
return nil
}
func newServiceMetadataMiddleware_opIssueCertificate(region string) *awsmiddleware.RegisterServiceMetadata {
return &awsmiddleware.RegisterServiceMetadata{
Region: region,
ServiceID: ServiceID,
OperationName: "IssueCertificate",
}
}
|