ssl certificate generator
You need certificate/private key for your dev project. This api provide self-signed certificate to allow you an secure channel to your dev project. PS: In a short time, you can also generate certificates using your private key.
ssl certificate generator endpoints
| Method | Endpoint | Description |
|---|---|---|
| gen | ||
| POST |
generate your certificate/private key /gen/ |
You can generate your certificate and private key |
| certificate | ||
| GET |
You can get your certificate /cert/{id} |
Get your certificate |
| private key | ||
| GET |
get your key /key/{id} |
Get your private key. |
ssl certificate generator pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $1 / month | 4 / second |
|
| ULTRA Recommended | $5 / month | 16 / second |
|
| MEGA | $15 / month | 32 / second |
|