Hostwinds دروس
نتائج البحث عن:
جدول المحتويات
العلامات: SSL
دعونا تشفير هيئة شهادة تتيح لك الحصول على شهادة SSL.بالنسبة للأنظمة التي تحتوي على وصول Shell، يوصى بتثبيت CertBot، وهو تطبيق يستخدم بروتوكول ACME.يتم تعبئتها CertBot للعديد من أنظمة التشغيل المشتركة وخوادم الويب.
sudo dnf install certbot python2-certbot-apache
sudo apt update && sudo apt upgrade
sudo apt-get install certbot python-certbot-apache
certbot --apache -d example.com -d www.example.com -d other.example.net
apt install python-certbot-nginx
certbot --nginx -d example.com -d www.example.com -d other.example.net
عندما تقوم في البداية بتشغيل الأمر للحصول على الشهادة، سيقوم CertBot بإنشاء حساب يطلب منك بريدا إلكترونيا واتفقا لتشفر بسياسة المشتركين.يمكنك أتمتة هذه المهمة عن طريق إضافة المعتمدة - المعتمدة
./certbot-auto certainly --standalone --email admin@example.com -d example.com -d www.example.com -d other.example.net
wget https://dl.eff.org/certbot-auto
chmod a+x ./certbot-auto
./certbot-auto
./certbot-auto --help>
كتب بواسطة Hostwinds Team / أبريل 24, 2018