Self-hosted SSL Generator
Note: This tool generates self-signed SSL certificates for development and testing purposes only.
These certificates are not trusted by browsers and should not be used in production environments.
Generated Certificate
Certificate Details:
- Subject/Issuer: {{ certificate.subject }}
- Valid From: {{ certificate.validFrom }}
- Valid Until: {{ certificate.validUntil }}
- Serial Number: {{ certificate.serialNumber }}
- Key Size: {{ certificate.keySize }} bits
- Aliases: {{ certInfo.aliases.split('\n').filter(name => name.trim()).join(', ') }}
Certificate (PEM)
{{ certificate.certificate }}
Private Key (PEM)
{{ certificate.privateKey }}
{{ error }}