NAME

IO::K8s::CertManager::V1::ChallengeSpec - ChallengeSpec

VERSION

version 1.108

authorizationURL

The URL to the ACME Authorization resource that this challenge is a part of.

dnsName

dnsName is the identifier that this challenge is for, e.g., example.com. If the requested DNSName is a 'wildcard', this field MUST be set to the non-wildcard domain, e.g., for `*.example.com`, it must be `example.com`.

issuerRef

References a properly configured ACME-type Issuer which should be used to create this Challenge. If the Issuer does not exist, processing will be retried. If the Issuer is not an 'ACME' Issuer, an error will be returned and the Challenge will be marked as failed.

key

The ACME challenge key for this challenge For HTTP01 challenges, this is the value that must be responded with to complete the HTTP01 challenge in the format: `<private key JWK thumbprint>.<key from acme server for challenge>`. For DNS01 challenges, this is the base64 encoded SHA256 sum of the `<private key JWK thumbprint>.<key from acme server for challenge>` text that must be set as the TXT record content.

solver

Contains the domain solving configuration that should be used to solve this challenge resource.

token

The ACME challenge token for this challenge. This is the raw value returned from the ACME server.

type

The type of ACME challenge this resource represents. One of "HTTP-01" or "DNS-01".

url

The URL of the ACME Challenge resource for this challenge. This can be used to lookup details about the status of this challenge.

wildcard

wildcard will be true if this challenge is for a wildcard identifier, for example '*.example.com'.

SUPPORT

Issues

Please report bugs and feature requests on GitHub at https://github.com/pplu/io-k8s-p5/issues.

CONTRIBUTING

Contributions are welcome! Please fork the repository and submit a pull request.

AUTHORS

  • Torsten Raudssus <getty@cpan.org>

  • Jose Luis Martinez Torres <jlmartin@cpan.org>

COPYRIGHT AND LICENSE

This software is Copyright (c) 2018-2026 by Jose Luis Martinez Torres <jlmartin@cpan.org>.

This is free software, licensed under:

The Apache License, Version 2.0, January 2004