cybervillains.ca
Class Generator

java.lang.Object
  extended by cybervillains.ca.Generator

public class Generator
extends Object

Executable to generate new 'CyberVillains' certificates and Java Keystore. Here we use the Java Classes present in the "cybervillains.ca" package to generate a Binary (DER) certificate. Then use OpenSSL to convert his to the final ASCII (DEC) format that Selenium will actually use. To use this class, do something like:

 $> cd SELENIUM_SOURCE_DIRECTORY_ROOT
 $> ./go //java/server/src/cybervillains:cybervillains
 $> java -cp build/java/server/src/cybervillains/cybervillains.jar:third_party/java/bouncycastle/bcprov-jdk15-146.jar cybervillains.ca.Generator
 $> cp -r new_certs/* java/server/src/org/openqa/selenium/server/sslSupport/
 $> rm -r new_certs
 $> COMMIT TO SELENIUM REPO
 
*************************************************************************************** Copyright (c) 2012, NeuStar, Inc. All Rights Reserved. In a special exception, Selenium/OpenQA is allowed to use this code under the Apache License 2.0.

Author:
Mark Watson , Ivan De Marino

Constructor Summary
Generator()
           
 
Method Summary
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Generator

public Generator()
Method Detail

main

public static void main(String[] args)


Copyright © 2013. All Rights Reserved.