mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2025-02-06 15:59:17 +00:00
34 lines
1.0 KiB
JSON
34 lines
1.0 KiB
JSON
{
|
|
"name": "Step CA",
|
|
"slug": "step-ca",
|
|
"categories": [
|
|
11
|
|
],
|
|
"date_created": "2025-01-10",
|
|
"type": "ct",
|
|
"updateable": false,
|
|
"privileged": false,
|
|
"interface_port": 443,
|
|
"documentation": "https://smallstep.com/docs/step-ca/configuration/",
|
|
"website": "https://smallstep.com/docs/step-ca/",
|
|
"logo": "https://avatars.githubusercontent.com/u/23183426?v=4",
|
|
"description": "Step CA is an open source Certificate Authority provided by Smallstep. This script creates a step-ca instance as your local online Certificate Authority with ACME support. It provides secure, automated X.509 and SSH certificate management. ",
|
|
"install_methods": [
|
|
{
|
|
"type": "alpine",
|
|
"script": "/ct/alpine-step-ca.sh",
|
|
"resources": {
|
|
"cpu": 1,
|
|
"ram": 512,
|
|
"hdd": 1,
|
|
"os": null,
|
|
"version": null
|
|
}
|
|
}
|
|
],
|
|
"default_credentials": {
|
|
"username": null,
|
|
"password": null
|
|
},
|
|
"notes": []
|
|
} |