mittwald icon

mittwald

Interact with mittwald mStudio API

Actions409

Overview

This node interacts with the mittwald mStudio API to list SSL certificates associated with a specific domain ingress within a project. It is useful for users who need to retrieve and manage SSL certificates programmatically, such as automating certificate audits or integrating certificate data into other workflows.

A practical example would be fetching all SSL certificates for a given project and ingress to verify their validity or to trigger renewal processes automatically.

Properties

Name Meaning
Project Id ID of the Project to list Certificates for.
Ingress Id ID of the Ingress to list Certificates for.

Output

The node outputs JSON data representing the list of SSL certificates retrieved from the mittwald mStudio API. Each item in the output typically contains details about an individual SSL certificate, such as its identifier, expiration date, status, and related metadata.

No binary data output is indicated by the source code.

Dependencies

  • Requires an API key credential for authentication with the mittwald mStudio API.
  • The node sends requests to https://api.mittwald.de.
  • Proper configuration of the API key credential in n8n is necessary for successful operation.

Troubleshooting

  • Common issues:

    • Invalid or missing API key credential will cause authentication failures.
    • Incorrect Project Id or Ingress Id may result in empty responses or errors indicating resources not found.
    • Network connectivity problems can prevent access to the mittwald API endpoint.
  • Error messages:

    • Authentication errors typically indicate invalid credentials; verify and update the API key.
    • "Resource not found" errors suggest incorrect Project Id or Ingress Id; double-check these values.
    • Timeout or connection errors require checking network settings and API availability.

Links and References

Discussion