Ssl-Snakeoil.key là một khóa được tạo bởi các tập lệnh ssl-cert gói cài đặt sau. Nó được tạo cho người dùng snoil và không nên xóa :
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:
Bây giờ, gói ssl-cert là gì:
Gói này cho phép cài đặt các gói không cần giám sát cần tạo chứng chỉ SSL.
Nó là một trình bao bọc đơn giản cho tiện ích yêu cầu chứng chỉ của OpenSSL cung cấp cho nó các biến người dùng chính xác.
Vì vậy, nó là chứng chỉ được sử dụng để cài đặt các gói cần tạo chứng chỉ SSL, vì vậy hệ thống sẽ tạo một chứng chỉ khi cài đặt gói này.
Một lưu ý phụ, gói này không dành riêng cho Ubuntu, vì nó cũng xuất hiện trong Debian.