Added switch TLS keys 25/9225/4
authorMichal Polkorab <michal.polkorab@pantheon.sk>
Tue, 22 Jul 2014 09:58:45 +0000 (11:58 +0200)
committerMichal Polkorab <michal.polkorab@pantheon.sk>
Tue, 22 Jul 2014 13:21:28 +0000 (13:21 +0000)
commit7c7f4343f27895a9d714f30bec878fe79b2aa809
treef4d57b5bdcfb9623a3e338dfc0250e84324a708e
parent22f437174ef99c1b7420274545a7fefcdf674dbb
Added switch TLS keys

 - this allows to finish exemplary TLS configuration
 - selfSignedSwitch and selfSignedController keystores were moved to src/test/resources
  as they are used only in test
 - other keystores located in src/main/resources were updated with "exemplary-" prefixes
to clearly mark them for exemplary usage

Change-Id: I821f79e1af8b50fc59e3e5067841a017ec9c1282
Signed-off-by: Michal Polkorab <michal.polkorab@pantheon.sk>
openflow-protocol-impl/src/main/resources/exemplary-cacert.pem [new file with mode: 0644]
openflow-protocol-impl/src/main/resources/exemplary-ctlKeystore [moved from openflow-protocol-impl/src/main/resources/ctlKeystore with 100% similarity]
openflow-protocol-impl/src/main/resources/exemplary-ctlTrustStore [moved from openflow-protocol-impl/src/main/resources/ctlTrustStore with 100% similarity]
openflow-protocol-impl/src/main/resources/exemplary-switch-cert.pem [new file with mode: 0644]
openflow-protocol-impl/src/main/resources/exemplary-switch-privkey.pem [new file with mode: 0644]
openflow-protocol-impl/src/test/java/org/opendaylight/openflowjava/protocol/impl/core/PublishingChannelInitializerFactoryTest.java
openflow-protocol-impl/src/test/java/org/opendaylight/openflowjava/protocol/impl/core/SslContextFactoryTest.java
openflow-protocol-impl/src/test/resources/selfSignedController [moved from openflow-protocol-impl/src/main/resources/selfSignedController with 100% similarity]
openflow-protocol-impl/src/test/resources/selfSignedSwitch [moved from openflow-protocol-impl/src/main/resources/selfSignedSwitch with 100% similarity]