Ssl-snakeoil.key, ssl-cert paketi yükleme sonrası komut dosyaları tarafından oluşturulan bir anahtardır. Snakeoil kullanıcısı için oluşturuldu ve silinmemesi gerekiyor :
grep '#' /var/lib/dpkg/info/ssl-cert.postinst
#!/bin/sh -e
# Create the ssl-cert system group for snakeoil ownership:
# Check if the generated snakeoil key/cert has been generated
# from a vulnerable openssl version and replace it if necessary.
# check if the cert and key file exist,
# the issuer and subject are the same (self signed cert)
# and the private key is vulnerable
# no need to perform any check. If the certificates are there
# it will exit 0.
# allow group ssl-cert to access /etc/ssl/private
# If we're upgrading from an older version, fix the unreadable key:
Şimdi, ssl-cert paketi nedir:
Bu paket, SSL sertifikaları oluşturmanız gereken katılımsız yükleme paketlerini etkinleştirir.
OpenSSL'nin doğru kullanıcı değişkenleriyle beslenen sertifika isteği yardımcı programı için basit bir sarıcıdır.
Bu yüzden, SSL sertifikaları oluşturmak için gereken paketleri kurmak için kullanılan bir sertifikadır, bu nedenle sistem bu paketin kurulumu ile anında bir tane oluşturur.
Bir yandan not olarak, bu paket de Debian'da göründüğü için Ubuntu'ya özel değildir.