Skip to Content.
Sympa Menu

cacert-devel - Re: Bug 1306 (Size of CRL)

Subject: CAcert Code Development list.

List archive

Re: Bug 1306 (Size of CRL)


Chronological Thread 
  • From: Karl-Heinz Gödderz <Devel AT GuKK-Online.de>
  • To: dirk astrath <dastrath AT gmx.de>, cacert-devel AT lists.cacert.org
  • Cc: Wytze van der Raay <wytze AT cacert.org>
  • Subject: Re: Bug 1306 (Size of CRL)
  • Date: Wed, 13 Jun 2018 13:48:57 +0200
  • Autocrypt: addr=Devel AT GuKK-Online.de; keydata= xsBNBE/+pikBCACuXk2h7HCkl5s8gBaqTQr1CboQx8ufT6zVWW5LsY3825WIKt6u4gFhjLar LoL9d5GSOLdpotRnBBqZINCuQROd/Dvz0xCFgcph7OeYZwZO6w876ll8WZP2d3qpHlEu0gBA rFaGWMhfBxCAD236h5B0By8JQL5OjGLdwVggO/+bsTbbcGtbKEsy01nRnhNMZ45OdACr5gkv J736X79JmIDLjv8sVpyo2rXt1Aoys6Wnxj5ZhxifktoJCHNP8umT5OfL7MJ9gcvk7YgkBPOI jUM7nhZSwBUdR8KNgV1UMx+v0NZnXAt8GnrjSXRvyRCjIkgOqdWULUbUIinAVdjk9zy3ABEB AAHNOEthcmwtSGVpbnogR8O2ZGRlcnogKEVudHdpY2tsdW5nKSA8RGV2ZWxAR3VLSy1Pbmxp bmUuZGU+wsB4BBMBAgAiBQJP/qYpAhsjBgsJCAcDAgYVCAIJCgsEFgIDAQIeAQIXgAAKCRC8 h0pvbzhYNiYyB/sEOef03uR4rLwsu2Hzo/Vy45PxUDCHp+seYTBRKRfpx/mtXb4O8/ysgrfi 7G4m4pb8fEwNR9xhPH2zNieOfpS5Slhrx4i4VMWnaD2EjWKPlQCNlpG3gtLwpMlHznKl79lM 8lY71d3I1zjzVOrxuEL27M89P3H32B5toiNWIV3sv2KLrpuD50GO8OVEQH5YcqE0IFAyYJLN Rrrry0AXIFgrizOTnY6XU0HYCJdzxrF62vXgN5SOVtEwCZI8+qBhVmrvVXYRMCgX+LnrQvrD jzL5IdXVfUh1eb7GpRvtourfioNJAgdRWvSznGI6ojneX3oDrzr0xQj/wYNdiRLgPMqDzsBN BE/+pikBCADIICDvpxfisIwVCYZZ2kkPmrBLXBdYea5WuqYoDxEGGX7ri4e0ufpA6HMkp4SL e64xv+6Q+pSuiDwvSGWNCCFcgbPVAAMAAnF++kIHLvGzzzJpg+I8xlO4vz8oyCZh7nn85o9Q Qv/15GCgL3ES0/+UpjtADV2m+D80ZtYE2j1CvfIceuEnGYWYDTNNgcQ5gUtTBJjcDjq6LMv6 IAICw8y9s9ctPfNF3l+tVtvms9dlKMItA6j5eXVwxc0ELLPfXByYi1Ln2UlJKwzRNJvfNEDN SsfjLJc3FBxj5C1fQXEX8TmFZFlcBXZghKedfE4BQtBRrc3cNPR5uoMaOsCc2nltABEBAAHC wF8EGAECAAkFAk/+pikCGwwACgkQvIdKb284WDaIswf+MQwci3rG4735H8kvRGCW756SroG6 DbqkxbtusovDbVVHG3JASZKTqJcJHJAi8wSA25Gx8TQTHBms6vD7lZo2Hxkkjdd3NgbRYD0G Ywez/YehvXIEQEyAd1Zx075ne7bxXUdRMrRIvYdkyWwFDp70Phblf792SMPb1JIWjPWqeW7x E1mUvlg33709xY/VFjGLjs9w+s6YcLYivpb0BnavmTGkTNW4vWD3h0o2e9BvfBwE/wwM0dJT k95toKxmOHPp3XPTvdFKdwj3gGwJ9sMXKMRVTyFZX37FIC5f/7jookQtIuOfj6K96kcEPuuS PLnIa6rNtlmGJtHWaeH6hw3hSw==
  • Openpgp: preference=signencrypt

Hi Dirk,

I created a second version of the script, that replaces the old version
of the index.txt-file by the file that contains the records to be kept.

but there I need help with the command to stop and start the signer demon. 


Am 12.06.2018 um 13:28 schrieb dirk astrath:
> Hello,
>
> In the last days we did some changes on our testserver to reduce the
> size of the Certificate Revocation List:
>
> https://bugs.cacert.org/view.php?id=1306
>
> Up to June 2018 of the CRL contained all certificates, which had been
> revoked since the time the CA was started.
>
> On our testserver we now removed all certificates from the CRL, which
> expired more than 100 days ago.
>
> How is this done?
>
> All certificates created by a CA (in this case the testserver-CA) are
> listed in a textfile. A script will use this textfile to list all
> revoked Certificates and create a CRL.
>
> Now this script was used to create a new set of textfiles by stripping
> older certifcates.
>
> This reduced the size of the CRLs on our testserver from >300k to less
> than 1k. As the size of the CRL on the productive system
> (www.cacert.org) is much bigger, we expect a similar change there.
>
> For a test this script was executed only once on our testserver ...
> there are plans to execute this script every time a new set of CRLs will
> be created (or by script once a week/month/... ).
>
> And ... there is the idea to create "stripped" CRLs accessible using the
> official link while the complete CRLs (as we have them today) are not
> accessible or accessible using another link you can then find in our wiki.
>
> Up to now there is no final decision (and therefore no final coding)
> done for this bug.
>
> Feel free to leave your comments here so this issue/bug can be closed soon.
>
> Many thanks ...
>
> Kind regards,
>
> dirk
> CAcert Software
>


Attachment: signature.asc
Description: OpenPGP digital signature




Archive powered by MHonArc 2.6.18.

Top of Page