Giter Club home page Giter Club logo

valuesauce's Introduction

valuesauce

Create the keystore:

srupik@debian:~$ keytool -keystore valuesauce.jks -genkey Enter keystore password: <keystore_password> Re-enter new password: <keystore_password> What is your first and last name? [Unknown]: Seb Rupik What is the name of your organizational unit? [Unknown]: IT What is the name of your organization? [Unknown]: Foo What is the name of your City or Locality? [Unknown]: Bar What is the name of your State or Province? [Unknown]: Foobar What is the two-letter country code for this unit? [Unknown]: GB Is CN=Seb Rupik, OU=IT, O=Foo, L=Bar, ST=Foobar, C=GB correct? [no]: yes

Enter key password for (RETURN if same as keystore password): <key_password> Re-enter new password: <key_password> srupik@debian:~/NetBeansProjects/valuesauce$

Export the public key

srupik@debian:$ keytool -exportcert -file valuesauce_public.crt -keystore valuesauce.jks -storepass <keystore_password> Certificate stored in file <valuesauce_public.crt> srupik@debian:$ keytool -importcert -file valuesauce_public.crt -keystore valuesauce_public.jks -storepass <keystore_password> Owner: CN=Seb Rupik, OU=IT, O=Foo, L=Bar, ST=Foobar, C=GB Issuer: CN=Seb Rupik, OU=IT, O=Foo, L=Bar, ST=Foobar, C=GB Serial number: 68ef80ae Valid from: Tue Aug 15 10:39:48 BST 2017 until: Mon Nov 13 09:39:48 GMT 2017 Certificate fingerprints: MD5: F4:0F:2C:E6:2A:7F:D2:9F:74:46:F7:06:16:D6:F5:9B SHA1: AE:0D:21:C9:27:98:1F:A6:EF:D6:FD:C0:4F:66:C8:4B:A7:AE:29:2B SHA256: 13:22:78:83:6B:B5:9A:7A:50:77:CA:EC:B1:3E:65:04:65:1F:1E:10:24:1D:CE:0E:80:8E:A3:D3:A6:5C:4E:DA Signature algorithm name: SHA1withDSA Version: 3

Extensions:

#1: ObjectId: 2.5.29.14 Criticality=false SubjectKeyIdentifier [ KeyIdentifier [ 0000: 7F 8D BA 76 BB EC A7 96 6B F8 E1 FA 32 31 E1 4D ...v....k...21.M 0010: E5 F6 E2 A2 .... ] ]

Trust this certificate? [no]: yes Certificate was added to keystore srupik@debian:~$

Running valuesauce

java -jar dist/valuesauce.jar ~/valuesauce.jks <keytore_password> <key_password>

Running sleetlocust

srupik@debian:~$ java -Djavax.net.ssl.trustStore=valuesauce_public.jks -jar dist/sleetlocust.jar

valuesauce's People

Contributors

sebrupik avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.