tree: 1477b95e0a3947addba7f6a70502b45edaf2bff0 [path history] [tgz]
  1. README.md
  2. aether-roc-gui.crt
  3. aether-roc-gui.key
  4. tls.cacrt
  5. tls.crt
  6. tls.key
aether-roc-gui-v2/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/simulators/blob/master/pkg/certs/generate_certs.sh script as

generate-certs.sh onos-config.opennetworking.org

In this folder they must be (re)named

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

Use

openssl x509 -in deployments/helm/onos-config/files/certs/tls.crt -text -noout

to verify the contents (especially the subject).

There is another Cert for onos-config in test/certs but these were created with:

generate-certs.sh onos-config

and are left named onf.cacrt, onos-config.key and onos-config.crt