From: Vladimir Karpinsky <vkarpinsky@mail.ru>
To: sysadmins@lists.altlinux.org
Subject: Re: [Sysadmins] ca-sko
Date: Wed, 11 Jan 2017 14:16:09 +0300
Message-ID: <166afdaf-5df6-7bc5-adf4-062e1bbbeb5b@mail.ru> (raw)
In-Reply-To: <20170111080531.GA28929@lks.home>
11.01.2017 11:05, Konstantin Lepikhov пишет:
>> Второй день после обновления p7 -> p8 от /usr/sbin/ca-sko (запускается
>> ежедневно из /etc/cron.d/alterator-ca) сообщения вида:
>>
>> WARNING: Skipping duplicate certificate ldap.cert
>> WARNING: Skipping duplicate certificate ovpn_client1.pem
>> WARNING: Skipping duplicate certificate ovpn_client2.pem
>> WARNING: Skipping duplicate certificate ovpn_client1.cert
>> WARNING: Skipping duplicate certificate ovpn_client2.cert
>> WARNING: Skipping duplicate certificate server.cert
>> WARNING: Skipping duplicate certificate server.pem
>> WARNING: make-dummy-cert does not contain a certificate or CRL: skipping
>> ...
>>
>> При обновлении содержимое каталога /var/lib/ssl/certs практически не
>> изменилось, несколько изменился файл make-dummy-cert: в частности
>> увеличилась длина ключа rsa (было 1024, стало 2048). Содержимое файла
>> /usr/sbin/ca-sko совсем не изменилось.
>>
> Это сообщение от c_rehash, мне кажется их можно просто в /dev/null
> отправить.
>
В /usr/sbin/ca-sko c_rehash встречается 1.5 раза, причём оба раза с
/dev/null. Честно признаться, что происходит во втором случае я не очень
понимаю....
export_keys()
{
local csr_dir cert_dir
if [ -z "$1" -o "$1" = "localhost" ]; then
c_rehash "$SSL_CERTDIR" >/dev/null
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
return 0
fi
csr_dir="$(host_csr_dir "$1")"
cert_dir="$(host_cert_dir "$1")"
rsync -qaH -e trust-ssh --include='*.csr' --exclude='*'
"$csr_dir/" "$1:$SSL_CSRDIR/" &&
rsync -qaH -e trust-ssh --include='*.cert'
--include='*.pem' --exclude='*' "$cert_dir/" "$1:$SSL_CSRDIR/" &&
trust-ssh "$1" c_rehash "$SSL_CERTDIR" >/dev/null
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
}
Это как-то связано с обновлением?
--
С уважением,
Владимир.
---
Это сообщение проверено на вирусы антивирусом Avast.
https://www.avast.com/antivirus
next prev parent reply other threads:[~2017-01-11 11:16 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-01-11 6:42 Vladimir Karpinsky
2017-01-11 8:05 ` Konstantin Lepikhov
2017-01-11 11:16 ` Vladimir Karpinsky [this message]
2017-01-25 14:18 ` Vladimir Karpinsky
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=166afdaf-5df6-7bc5-adf4-062e1bbbeb5b@mail.ru \
--to=vkarpinsky@mail.ru \
--cc=sysadmins@lists.altlinux.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
ALT Linux sysadmins discussion
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/sysadmins/0 sysadmins/git/0.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 sysadmins sysadmins/ http://lore.altlinux.org/sysadmins \
sysadmins@lists.altlinux.org sysadmins@lists.altlinux.ru sysadmins@lists.altlinux.com
public-inbox-index sysadmins
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.sysadmins
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git