tree: 1af99c739d91fc038abc58d5b1019a2c861f562f [path history] [tgz]
  1. README.md
  2. tls.cacrt
  3. tls.crt
  4. tls.key
aether-roc-api/files/certs/README.md

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-api.opennetworking.org

In this folder they must be (re)named

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

Use

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

to verify the contents (especially the subject).