Ssl-snakeoil.key ssl- सर्टिफिकेट पैकेज पोस्ट-इंस्टॉल स्क्रिप्ट द्वारा बनाई गई एक कुंजी है। यह स्नेकोइल उपयोगकर्ता के लिए बनाया गया है और इसे हटाया नहीं जाना चाहिए :
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 प्रमाणपत्र बनाने के लिए आवश्यक पैकेजों की अनअटेंडेड इंस्टॉल को सक्षम करता है।
यह ओपनएसएसएल के सर्टिफिकेट रिक्वेस्ट यूटिलिटी के लिए एक सरल आवरण है जो इसे सही उपयोगकर्ता चर के साथ फीड करता है।
तो यह उन पैकेजों को स्थापित करने के लिए उपयोग किया जाने वाला एक प्रमाणपत्र है जिसे एसएसएल प्रमाणपत्र बनाने की आवश्यकता होती है, इसलिए सिस्टम इस पैकेज की स्थापना के साथ फ्लाई पर एक उत्पन्न करता है।
एक साइड नोट के रूप में, यह पैकेज उबंटू के लिए अनन्य नहीं है, क्योंकि यह डेबियन में भी दिखाई देता है।