Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Backports:SLE-15-SP4:FactoryCandidates
sblim-sfcb
gen_ssl_certs.sh
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File gen_ssl_certs.sh of Package sblim-sfcb
#!/bin/bash CERTIFICATE_PATH=/etc/sfcb/clist.pem # Fetch certificate path from the config file. CONFIG_PATH=`grep '^sslCertificateFilePath:' /etc/sfcb/sfcb.cfg | sed -e 's,sslCertificateFilePath:\\s*,,'` if [ 'x'$CONFIG_PATH != 'x' ]; then CERTIFICATE_PATH=$CONFIG_PATH fi # Exit early if server certificate exists if [ -e $CERTIFICATE_PATH ]; then exit 0 fi # Generate server certificates D=`dirname $CERTIFICATE_PATH` exec /usr/share/sfcb/genSslCert.sh $D
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor