I installed the symas OpenLDAP 2.6. The first step was getting the gpg-key but the command on your web-page is : ---------------- root@ldap:~# apt-key adv --keyserver keyserver.ubuntu.com --recv-keys DA26A148887DCBEB Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). ---------------- is deprecated on debian 11. Do you provide a the key in .asc format so the key can be installed via: ---------------- wget -O- https://some-server.com/symas.gpg-key.asc | gpg --dearmor | tee /etc/apt/trusted.gpg.d/symas.gpg > /dev/null ----------------
If you do, where can I find it? If not, could you provide it? :-)
Stefan
On Tue, Nov 30, 2021 at 03:08:29PM +0100, Stefan Kania wrote:
I installed the symas OpenLDAP 2.6. The first step was getting the gpg-key but the command on your web-page is :
root@ldap:~# apt-key adv --keyserver keyserver.ubuntu.com --recv-keys DA26A148887DCBEB Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).
is deprecated on debian 11. Do you provide a the key in .asc format so the key can be installed via:
wget -O- https://some-server.com/symas.gpg-key.asc | gpg --dearmor | tee /etc/apt/trusted.gpg.d/symas.gpg > /dev/null
If you do, where can I find it? If not, could you provide it? :-)
Hi Stefan, if you don't want to get it from the keyservers, it's also kept here: https://repo.symas.com/repo/gpg/RPM-GPG-KEY-symas-com-signing-key
Regards,
Am 30.11.21 um 15:31 schrieb Ondřej Kuzník:
Hi Stefan, if you don't want to get it from the keyservers, it's also kept here: https://repo.symas.com/repo/gpg/RPM-GPG-KEY-symas-com-signing-key
That's was i was looking for. Thank you
openldap-technical@openldap.org