إذا كنت قد حاولت إعادة البناء أكثر من مرتين، فمن المحتمل أن تكون قد وصلت إلى حد الطلبات من letsencrypt. يمكنك التحايل على هذا عن طريق إضافة اسم مضيف آخر إلى شهادتك.
NOTE: @pfaffman says: This page needs to be cleaned up. There is now a new ENV setting that will let you add more hostnames. In your app.yml under your DISCOURSE_HOSTNAME line (it can go many places but that one makes sense), add
DISCOURSE_HOSTNAME_ALIASES: domain.com,other.domain.com
and early reports suggest that you’ll get valid certs for those domains and that accessing https://domain.com will properly redirect you to your DISCOURSE_HOSTNAME without a certificate error.
If you do that an…