This folder contains self-signed certificates for use in testing. DO NOT USE THESE CERTIFICATES IN PRODUCTION!

The certificates were generated with the https://github.com/onosproject/gnxi-simulators/blob/master/pkg/certs/generate_certs.sh script as

generate-certs.sh aether-roc-websocket.opennetworking.org

In this folder they must be (re)named

  • tls.cacrt
  • tls.crt
  • tls.key

Use

openssl x509 -in aether-roc-websocket/files/certs/tls.crt -text -noout

to verify the contents (especially the subject).