Let's Encrypt · Capability

Let's Encrypt ACME API — Nonce

Let's Encrypt ACME API — Nonce. 1 operations. Lead operation: Get a new nonce. Self-contained Naftiko capability covering one Lets Encrypt business surface.

Run with Naftiko Lets EncryptNonce

What You Can Do

HEAD
Newnonce — Get a new nonce
/v1/acme/new-nonce

MCP Tools

get-new-nonce

Get a new nonce

Capability Spec

acme-nonce.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Let's Encrypt ACME API — Nonce
  description: 'Let''s Encrypt ACME API — Nonce. 1 operations. Lead operation: Get a new nonce. Self-contained Naftiko capability
    covering one Lets Encrypt business surface.'
  tags:
  - Lets Encrypt
  - Nonce
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    LETS_ENCRYPT_API_KEY: LETS_ENCRYPT_API_KEY
capability:
  consumes:
  - type: http
    namespace: acme-nonce
    baseUri: https://acme-v02.api.letsencrypt.org
    description: Let's Encrypt ACME API — Nonce business capability. Self-contained, no shared references.
    resources:
    - name: acme-new-nonce
      path: /acme/new-nonce
      operations:
      - name: newnonce
        method: HEAD
        description: Get a new nonce
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: acme-nonce-rest
    port: 8080
    description: REST adapter for Let's Encrypt ACME API — Nonce. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/acme/new-nonce
      name: acme-new-nonce
      description: REST surface for acme-new-nonce.
      operations:
      - method: HEAD
        name: newnonce
        description: Get a new nonce
        call: acme-nonce.newnonce
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: acme-nonce-mcp
    port: 9090
    transport: http
    description: MCP adapter for Let's Encrypt ACME API — Nonce. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: get-new-nonce
      description: Get a new nonce
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: acme-nonce.newnonce
      outputParameters:
      - type: object
        mapping: $.