Certbot: توسيع يتجاهل المجالات الجديدة

تم إنشاؤها على ١٣ يناير ٢٠١٧  ·  3تعليقات  ·  مصدر: certbot/certbot

أبلغ عدد من المستخدمين في منتدى المجتمع أنهم واجهوا صعوبات أثناء محاولتهم توسيع الشهادات الحالية. تمكنت من إعادة الإنتاج على تثبيت نظيف لـ Ubuntu 16.04 ، باستخدام certbot 0.10.0. لقد اختبرت نظامًا مستقلًا و apache ، لذلك ربما لا يكون خاصًا بالمكوِّن الإضافي.

أوامر إعادة الإنتاج ، بما في ذلك الإخراج:

root<strong i="8">@debug</strong>:~# ./certbot-auto certonly --standalone -d 1.debug.le.pf.vc -d 2.debug.le.pf.vc --staging --register-unsafely-without-email
Obtaining a new certificate
Performing the following challenges:
tls-sni-01 challenge for 1.debug.le.pf.vc
tls-sni-01 challenge for 2.debug.le.pf.vc
Waiting for verification...
Cleaning up challenges
Generating key (2048 bits): /etc/letsencrypt/keys/0000_key-certbot.pem
Creating CSR: /etc/letsencrypt/csr/0000_csr-certbot.pem

IMPORTANT NOTES:
 - Congratulations! Your certificate and chain have been saved at
   /etc/letsencrypt/live/1.debug.le.pf.vc/fullchain.pem. Your cert
   will expire on 2017-04-13. To obtain a new or tweaked version of
   this certificate in the future, simply run certbot-auto again. To
   non-interactively renew *all* of your certificates, run
   "certbot-auto renew"
 - Your account credentials have been saved in your Certbot
   configuration directory at /etc/letsencrypt. You should make a
   secure backup of this folder now. This configuration directory will
   also contain certificates and private keys obtained by Certbot so
   making regular backups of this folder is ideal.

root<strong i="9">@debug</strong>:~# ./certbot-auto certonly --standalone -d 1.debug.le.pf.vc -d 2.debug.le.pf.vc -d 3.debug.le.pf.vc --staging --register-unsafely-without-email
Saving debug log to /var/log/letsencrypt/letsencrypt.log

-------------------------------------------------------------------------------
You have an existing certificate that contains a portion of the domains you
requested (ref: /etc/letsencrypt/renewal/1.debug.le.pf.vc.conf)

It contains these names: 1.debug.le.pf.vc, 2.debug.le.pf.vc

You requested these names for the new certificate: 1.debug.le.pf.vc,
2.debug.le.pf.vc, 3.debug.le.pf.vc.

Do you want to expand and replace this existing certificate with the new
certificate?
-------------------------------------------------------------------------------
(E)xpand/(C)ancel: e
Renewing an existing certificate
Performing the following challenges:
tls-sni-01 challenge for 1.debug.le.pf.vc
tls-sni-01 challenge for 2.debug.le.pf.vc
Waiting for verification...
Cleaning up challenges
Generating key (2048 bits): /etc/letsencrypt/keys/0001_key-certbot.pem
Creating CSR: /etc/letsencrypt/csr/0001_csr-certbot.pem

IMPORTANT NOTES:
 - Congratulations! Your certificate and chain have been saved at
   /etc/letsencrypt/live/1.debug.le.pf.vc/fullchain.pem. Your cert
   will expire on 2017-04-13. To obtain a new or tweaked version of
   this certificate in the future, simply run certbot-auto again. To
   non-interactively renew *all* of your certificates, run
   "certbot-auto renew"

root<strong i="10">@debug</strong>:~# openssl x509 -text -noout -in /etc/letsencrypt/live/1.debug.le.pf.vc/cert.pem | grep DNS
                DNS:1.debug.le.pf.vc, DNS:2.debug.le.pf.vc

التقارير الأصلية:
https://community.letsencrypt.org/t/expands-not-working-on-pre-existing-cert-requests/25605؟u=pfg
https://community.letsencrypt.org/t/workaround-for-5-domain-limit/25651؟u=pfg

bug

التعليق الأكثر فائدة

شكرا لتقرير الخطأpatf. نأمل أن يكون هذا ثابتًا اليوم.

ال 3 كومينتر

شكرا لتقرير الخطأpatf. نأمل أن يكون هذا ثابتًا اليوم.

ما زلت أواجه هذه المشكلة بالضبط على Ubuntu 17.04 مع certbot 0.17.0. كل شيء يبدو جيدًا في سجل certbot حتى أحاول المجال الفرعي في متصفح الويب ، وفي هذه الحالة أحصل على اسم غير متطابق.

BadassOverlord ، تم إغلاق هذا الخطأ الدقيق ، لذا يبدو أنه من المحتمل أن يكون مشكلة مختلفة مع تأثيرات مماثلة. أوصي بالنشر حول هذا الموضوع في منتدى المجتمع ، بما في ذلك جميع المعلومات التي توصي بها صفحة "موضوع جديد" للحصول على مساعدة في تصحيح المشكلة.

هل كانت هذه الصفحة مفيدة؟
0 / 5 - 0 التقييمات