ssl-snakeoil.key เป็นคีย์ที่สร้างขึ้นโดยสคริปต์การติดตั้งแพ็กเกจ ssl-cert มันถูกสร้างขึ้นสำหรับผู้ใช้ snakeoil และไม่ควรลบ :
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:
ตอนนี้แพ็คเกจ ssl-cert คืออะไร:
แพคเกจนี้เปิดใช้งานการติดตั้งแพคเกจแบบอัตโนมัติที่ต้องการสร้างใบรับรอง SSL
มันเป็น wrapper ง่าย ๆ สำหรับยูทิลิตี้การร้องขอใบรับรองของ OpenSSL ที่ฟีดมันด้วยตัวแปรผู้ใช้ที่ถูกต้อง
ดังนั้นจึงเป็นใบรับรองที่ใช้ในการติดตั้งแพคเกจที่จำเป็นต้องสร้างใบรับรอง SSL ดังนั้นระบบจะสร้างใบรับรองขึ้นมาทันทีด้วยการติดตั้งแพ็คเกจนี้
ตามหมายเหตุด้านแพ็คเกจนี้ไม่ได้เป็นเอกสิทธิ์ของ Ubuntu เพราะมันยังปรากฏใน Debian