mirror of
https://github.com/marcel-dempers/docker-development-youtube-series.git
synced 2025-06-06 17:01:30 +00:00
19 lines
226 B
JSON
19 lines
226 B
JSON
{
|
|
"hosts": [
|
|
"cluster.local"
|
|
],
|
|
"key": {
|
|
"algo": "rsa",
|
|
"size": 2048
|
|
},
|
|
"names": [
|
|
{
|
|
"C": "AU",
|
|
"L": "Melbourne",
|
|
"O": "Example",
|
|
"OU": "CA",
|
|
"ST": "Example"
|
|
}
|
|
]
|
|
}
|