1234567891011121314151617181920212223242526272829 |
- {
- "request": {
- "CN": "test client",
- "hosts": ["127.0.0.1"]
- },
- "profiles": {
- "paths": {
- "private_key": "client.key",
- "certificate": "client.pem"
- },
- "cfssl": {
- "profile": "client",
- "remote": "127.0.0.1:8888"
- }
- },
- "roots": [
- {
- "type": "system"
- },
- {
- "type": "cfssl",
- "metadata": {
- "host": "127.0.0.1:8888",
- "profile": "server"
- }
- }
- ]
- }
|