[PATCH] pkidaemon man page
by Matthew Harmsen
Please review the attached patch which contains a man page for 'pkidaemon'.
Thanks,
-- Matt
9 years, 5 months
[PATCH] 635 Removed hard-coded /root in pkispawn man page.
by Endi Sukma Dewata
The /root in pkispawn man page has been replaced with a more
generic $HOME.
An incorrect /root in the following example has been removed:
semanage -a -t pki_tomcat_cert_t /root/backup_keys.p12
--
Endi S. Dewata
9 years, 5 months
[PATCH] remove pki-proxy-setup
by Matthew Harmsen
Please review the following patch which resolves:
* PKI Ticket #1492 - remove pki-proxy-setup
<https://fedorahosted.org/pki/ticket/1492>
Besides removing 'pki-proxy-setup', this patch actually removes the
entire 'pki/base/setup' directory including the 'pkicommon.pm' shared
Perl module as it is no longer needed.
9 years, 5 months
[PATCH] Remove extraneous instance type argument "tomcat" from "pkidaemon" invocation
by Matthew Harmsen
Everyone,
Please review the attached patch which removes the previously required
instance type argument from "pkidaemon".
The instance type was originally necessary when the RA and TPS
subsystems were based on "apache" while the CA, KRA, OCSP, and TKS
subsystems were based on "tomcat".
Since a decision was made to move TPS to "tomcat", and the RA was
dropped, we no longer have need of this parameter.
This patch was tested on existing CA instances, creating a new CA
instance, and creating a shared CA, KRA, OCSP, TKS, and TPS instance.
If accepted, this patch would require the removal of "tomcat" from
several of the scripted tests which invoke "pkidaemon" from the
command-line.
Thanks,
-- Matt
9 years, 5 months
[pki-devel][PATCH] 0042-TPS-add-phone-home-URLs-to-pkidaemon-status-message.patch
by John Magne
TPS add phone home URLs to pkidaemon status message.
Ticket # 1466 .
Also removed some needless copies of server.xml from the code.
Related to ticket #773 - Remove legacy configuration files . . .
Code verified in pycharm free of warnings.
Tested with an upgrade to work fine.
Also tested with a fresh install to make sure the proper entries show up in server.xml.
Also tested the upgrade with a server.xml that already has the proper entries, the upgrade handles this case properly as well.
9 years, 5 months
[PATCH] 263 - fix for cloning from dogtag 9 -> 10
by Ade Lee
When getting a token from the security domain for a Dogtag 9 system, we
first attempt to reach the REST interfaces. When this fails (with 404
exception), we catch the exception and try the old interfaces.
The exception being thrown has been changed from the deprecated
ClientResponseFailure? to being wrapped in a PKIException, so the code
catching the exception needs to be modified accordingly.
This is in response to IPA ticket :
https://fedorahosted.org/freeipa/ticket/5129
Please review.
Ade
9 years, 5 months