Baptist School of Health Professions

Certificates should be installed before utilizing Remote Apps and Desktops

These are the only Certificate Authorities used for Campus Resources

Enterprise PKI Certificates

Name Key Size Expires Thumbprint Download
BSHP Root CA RSA 2048 Mar 16, 2035 ec17cf3361a75cb3d09736942c066522552b7e5f DER PEM CRL Bundle
BSHP Intermediate CA RSA 2048 Feb 15, 2028 52aa5c14cff7123a80df1d908d615b7541f47d88 DER PEM CRL DELTA
BSHP Network CA RSA 2048 Jun 15, 2028 c98674e3732d330a5d2a5fad4e71436892c26ae4 DER PEM CRL DELTA

Public PKI Certificates

Name                                                Key Size Expires Thumbprint Download
USERTrust RSA CA RSA 4096 Jan 18, 2038 2b8f1b57330dbba2d07a6c51f70ee90ddab9ad8e DER PEM CRL Bundle
InCommon RSA CA RSA 2048 Oct 5, 2024 d89e3bd43d5d909b47a18977aa9d5ce36cee184c DER PEM CRL
InCommon RSA CA v2 RSA 3072 Nov 15, 2032 78e50262e8c47571fb82d5063a6c9bd91bb8a325 DER PEM CRL

Uniform Resource Identifier (URI)

Type URI
OCSP Responder http://ocsp.bshp.edu
Certificate Revocation Lists http://crl.bshp.edu

Certificate Updater

Public CA's are NOT installed with the updater, they should be installed already with your OS

update-pki.sh

                        
#!/bin/bash
cd /usr/local/share/ca-certificates
wget -r -nH -A *_CA.crt http://cert.bshp.edu/
update-ca-certificates
exit 0