Projects
jsj
jsj-installtools
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 114
View file
jsj-installtools.changes
Changed
@@ -1,4 +1,11 @@ ------------------------------------------------------------------- +Thu May 11 05:41:48 UTC 2023 - Stefan Botter <obs@botter.cc> + +- add ShowCertificateChainFile to easily display subject and + issuer in certificate PEM files with more than one certificate + inside, like cert and chain CA + +------------------------------------------------------------------- Wed Mar 1 11:51:43 UTC 2023 - Stefan Botter <obs@botter.cc> - fix PrepareApacheProxyHost for correct handling of DOMAINNAME
View file
jsj-installtools.spec
Changed
@@ -6,7 +6,7 @@ License: SUSE-Freeware Group: Productivity/Networking/Other Autoreqprov: on -Version: 0.153.0 +Version: 0.154.0 Release: 1 Summary: Install tools for virtual hosts Source1: CreateConfig @@ -25,6 +25,7 @@ Source14: RunZypperUpdateCron Source15: EnableProxy Source16: DisableProxy +Source17: ShowCertificateChainFile Source21: nagiosok.html Source22: 000-ssl-stapling.conf Source23: dhparam.pem @@ -69,6 +70,7 @@ install -Dm644 %{S:32} $RPM_BUILD_ROOT/%{_datadir}/jsjinstalltools install -Dm755 %{S:15} $RPM_BUILD_ROOT/usr/bin install -Dm755 %{S:16} $RPM_BUILD_ROOT/usr/bin +install -Dm755 %{S:17} $RPM_BUILD_ROOT/usr/bin # 13.2 is 1320 and later Leap 42.1 is 1315 %if 0%{?suse_version} >= 1315
View file
ShowCertificateChainFile
Added
@@ -0,0 +1,2 @@ +#!/bin/bash +openssl crl2pkcs7 -nocrl -certfile $1 | openssl pkcs7 -print_certs -noout | sed 'N;/^\n$/d;P;D'
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.