certd
Official@certd
created by greper
Agent Skills by certd
Showing 9 vetted skills indexed across 1 GitHub repositories.
certd-online-plugin-dev
Develops and saves Certd online plugins via the Certd HTTP API using complete YAML documents.
fast-crud-page-dev
Implements Certd admin CRUD list pages using Fast Crud with Vue 3 and Ant Design Vue.
certd-online-dns-provider-dev
Generates Certd online DNS provider plugins as YAML with an AbstractDnsProvider class.
certd-online-task-plugin-dev
Generates Certd online task plugin YAML with JavaScript content extending AbstractTaskPlugin.
certd-online-access-plugin-dev
Generates Certd online Access plugin YAML with BaseAccess class implementations.
DNS Provider ๆไปถๅผๅๆ่ฝ
Develop custom DNS Provider plugins for Certd using TypeScript.
DemoTest
Create custom task plugins for the Certd certificate management system.
plugin-converter
Convert Certd JavaScript plugin files into standardized YAML configuration.
access-plugin-dev
Create custom Access plugins for Certd using TypeScript.
Frequently Asked Questions About certd
FAQPage SchemaWhat specific tasks can I perform using Certd plugin development?โผ
You can build custom DNS provider integrations and access control modules to extend certificate management capabilities. The framework allows developers to define unique logic for certificate issuance and validation, ensuring compatibility with specific network environments and security requirements.
Which technical personas are best suited for Certd development?โผ
Certd is designed for systems engineers and security developers proficient in TypeScript. It targets professionals responsible for managing public key infrastructure and those needing to integrate custom certificate issuance logic into existing network security architectures.
What are the prerequisites for developing Certd plugins?โผ
Development requires a working knowledge of TypeScript and the Certd plugin architecture. You must be able to define plugin logic for DNS or access control, and utilize the provided converter to transform JavaScript-based plugin files into the required YAML configuration format.