www.delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2025/02/25/13:36:42

DMARC-Filter: OpenDMARC Filter v1.4.2 delorie.com 51PIagOs3953850
Authentication-Results: delorie.com; dmarc=pass (p=none dis=none) header.from=cygwin.com
Authentication-Results: delorie.com; spf=pass smtp.mailfrom=cygwin.com
DKIM-Filter: OpenDKIM Filter v2.11.0 delorie.com 51PIagOs3953850
Authentication-Results: delorie.com;
dkim=pass (1024-bit key, unprotected) header.d=cygwin.com header.i=@cygwin.com header.a=rsa-sha256 header.s=default header.b=iUTt+Dcb
X-Recipient: archive-cygwin AT delorie DOT com
DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 3A9C93858C98
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com;
s=default; t=1740508600;
bh=d2Msvue2vPnINQxu6DALoE56iAD45eyUIyQLUjz4Y4w=;
h=To:Subject:In-Reply-To:References:Date:List-Id:List-Unsubscribe:
List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:
From;
b=iUTt+DcbynhdQWSnIGoxmJEI/PTKrQCSwyGIVIw9g8FAeqX6/S8AIrSdW+big2F2v
jGy1xE2FwmAeSS1Q8QUaDvHkCR2NXkh5oON8kIXmy0c8Ghv9ZLko7o1Qg72t3K6Xd4
0nIeED2Ab2lN4gW0owll2+A6GU7nzvEXrV97NJF8=
X-Original-To: cygwin AT cygwin DOT com
Delivered-To: cygwin AT cygwin DOT com
DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 53E343858C41
ARC-Filter: OpenARC Filter v1.0.0 sourceware.org 53E343858C41
ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1740508395; cv=none;
b=Kl31MC3mG9cAOSfveleodOUoICz1xqSmfvSCkaho/OxnL8QiCw/WZ482vq7WBeeakO3g/XBQT+HUPKnWA4dAqIS5iSQRLOoFI+hhnjICMWbPuq7TRuKSSzoAaYG1Cgx/g1wSHeYrOk7HljPGgQ/pYBRuno21D8MD5iHr2HW3ci8=
ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key;
t=1740508395; c=relaxed/simple;
bh=JH/8BXyJV0MoRJ01me7hVd8jdYwS2MqCTKxwSagtJpw=;
h=DKIM-Signature:From:To:Subject:Date:Message-ID:MIME-Version;
b=HI4k04NpQiIV3JMu/qxFgmzovsmZNtvalBMfzvEgUSbn73UhcQIGGUUamOglTWjN0mZXfa1EYOAcoioV8zm5zzfyCmOUX8xgXM932AYBbMIQDJIgSzZ6H56h3GP2AB4zWowX2Ccd21voe1RucA/JWWWFNS9Xhn32En61rBVoM18=
ARC-Authentication-Results: i=1; server2.sourceware.org
DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 53E343858C41
To: cygwin AT cygwin DOT com
Subject: Re: update-ca-trust does not create openssl bundle
In-Reply-To: <137545358.20250225100008@yandex.ru> (Andrey Repin via Cygwin's
message of "Tue, 25 Feb 2025 10:00:08 +0300")
References: <137545358 DOT 20250225100008 AT yandex DOT ru>
Date: Tue, 25 Feb 2025 19:32:58 +0100
Message-ID: <87v7sxc1t1.fsf@Gerda.invalid>
User-Agent: Gnus/5.13 (Gnus v5.13)
MIME-Version: 1.0
X-purgate-server: smtpa02
X-purgate-type: clean
X-purgate: clean
X-purgate-size: 1012
X-purgate-ID: 155817::1740508384-E26A3D6D-74D50A79/0/0
X-BeenThere: cygwin AT cygwin DOT com
X-Mailman-Version: 2.1.30
List-Id: General Cygwin discussions and problem reports <cygwin.cygwin.com>
List-Unsubscribe: <https://cygwin.com/mailman/options/cygwin>,
<mailto:cygwin-request AT cygwin DOT com?subject=unsubscribe>
List-Archive: <https://cygwin.com/pipermail/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-request AT cygwin DOT com?subject=help>
List-Subscribe: <https://cygwin.com/mailman/listinfo/cygwin>,
<mailto:cygwin-request AT cygwin DOT com?subject=subscribe>
From: ASSI via Cygwin <cygwin AT cygwin DOT com>
Reply-To: ASSI <Stromeko AT nexgo DOT de>
Errors-To: cygwin-bounces~archive-cygwin=delorie DOT com AT cygwin DOT com
Sender: "Cygwin" <cygwin-bounces~archive-cygwin=delorie DOT com AT cygwin DOT com>
X-MIME-Autoconverted: from base64 to 8bit by delorie.com id 51PIagOs3953850

Andrey Repin via Cygwin writes:
> /etc/pki/ca-trust/extracted/openssl/ca-bundle.trust.crt is missing from my
> system.
> The `update-ca-trust extract` doesn't even touch it.
>
> What happened?

Fedora dropped the command that creates the file and removed it from
distribution here:

https://src.fedoraproject.org/rpms/ca-certificates/c/7dc60cbc6b0b87462acf6c524bfbd85f1550bec4?branch=rawhide

You can manually create it like this if it's still needed (I would likel
to know what for):

/usr/bin/trust extract --format=openssl-bundle --filter=certificates --overwrite --comment /etc/pki/ca-trust/extracted/openssl/ca-bundle.trust.crt

…although it looks to me that all certs are available individually in
/etc/pki/tls/certs so the bundle would be redundant.


Regards,
Achim.
-- 
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+

Factory and User Sound Singles for Waldorf rackAttack:
http://Synth.Stromeko.net/Downloads.html#WaldorfSounds

-- 
Problem reports:      https://cygwin.com/problems.html
FAQ:                  https://cygwin.com/faq/
Documentation:        https://cygwin.com/docs.html
Unsubscribe info:     https://cygwin.com/ml/#unsubscribe-simple

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019