~openstack-charm-testers/+junk/keystone-ssl

« back to all changes in this revision

Viewing changes to tools/ssl/check-ssl.sh

  • Committer: Edward Hope-Morley
  • Date: 2016-04-20 08:50:17 UTC
  • Revision ID: edward.hope-morley@canonical.com-20160420085017-q0dbw2pi0dpa53nx
add ssl/https bundles and tools

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/bash -eu
 
2
echo -e "Checking cert consistency across peer units\n"
 
3
`dirname $0`/_check-certs.sh| tee cert-check.log 
 
4
 
 
5
echo "Installing keystone ssl ca"
 
6
`dirname $0`/install-keystone-ca.sh
 
7
 
 
8
. `dirname $0`/novarc
 
9
 
 
10
echo "Checking endpoint access"
 
11
keystone service-list
 
12
keystone endpoint-list