Code Monkey home page Code Monkey logo

london-squash-league-java's People

Contributors

jamesdbloom avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

london-squash-league-java's Issues

Deploy correct SSL certificate to Tomcat

Use tool and notes as below to deploy correct certificate to tomcat:

!/usr/bin/env bash

sudo openssl pkcs12 -export -in /Users/dev/Downloads/certificate/www.london-squash-league.com.crt -inkey /Users/dev/Downloads/certificate/www.london-squash-league.com.key -out /Users/dev/Downloads/certificate/www.london-squash-league.com.p12 -name tomcat -CAfile /Users/dev/Downloads/certificate/www.london-squash-league.com-geotrust.crt -caname root -chain

sudo openssl pkcs12 -export -in /Users/dev/Downloads/certificate/www.london-squash-league.com.crt -inkey /Users/dev/Downloads/certificate/www.london-squash-league.com.key -out /Users/dev/Downloads/certificate/www.london-squash-league.com.p12 -name tomcat -CAfile /Users/dev/Downloads/certificate/www.london-squash-league.com-geotrust.crt -caname root -chain

sudo openssl pkcs12 -export -in server.crt -inkey server.key -out server.p12 -name tomcat -Cafile cachain.crt -caname root -chain

sudo openssl pkcs12 -export -in example.crt -inkey example.key -out keystore.pkcs12

sudo openssl pkcs12 -export -in /Users/dev/Downloads/certificate/www.london-squash-league.com.crt -inkey /Users/dev/Downloads/certificate/www.london-squash-league.com.key -out /Users/dev/Downloads/certificate/www.london-squash-league.com.p12

java -cp ../not-yet-commons-ssl-0.3.11.jar org.apache.commons.ssl.KeyStoreBuilder changeit www.london-squash-league.com.key www.london-squash-league.com.crt

http://openssl.6102.n7.nabble.com/Create-a-p12-file-with-a-Verisign-Certificate-and-an-Verisign-Intermediate-Certificate-td15113.html

http://juliusdavies.ca/commons-ssl/download.html

http://gagravarr.org/writing/openssl-certs/others.shtml

http://gagravarr.org/writing/openssl-certs/general.shtml#cert-convert

Automate Deployment

Automate Deployment

  1. Make beta settings the default - DONE
  2. Auto upload to beta environment
  3. Create script and alias to deploy from beta to www - DONE
  4. Create script and alias for webping - DONE

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.