Secret creation - Manual - Industrial Edge - Industrial Edge - Industrial Edge - Documentation of Industrial Edge APIs - CLI tools - Industrial Edge - References - APIs

Industrial Edge Platform Operation - APIs & References

Product
Industrial Edge
Edition
12/2024
Language
en-US (original)

Before creating the secret for kong gateway, make sure you have the certificates needed to onboard an IEM. You can either use your own TLS Certificates, which are used to terminate the TLS traffic on the Gateway, or you can create these by using openssl commands.

Create a secret for kong gateway containing the certificates for the gateway

NOTICE

The secret has to be created with the same namespace which was created on previous steps.

kubectl -n $namespace create secret tls kongcert --key "out/myCert.key" --cert "out/myCert.crt"
kubectl -n default create secret tls defaultcert --key "out/myCert.key" --cert "out/myCert.crt"