# Let's Encrypte mit mehreren Domains funktionierte nicht für ECC-Zertifikate

**URL:** <https://meta.discourse.org/t/lets-encrypte-with-multiple-domains-wasnt-working-for-ecc-certs/328109>\
**Category:** Self-hosting\
**Created:** [24. September 2024 um 10:37 UTC](https://meta.discourse.org/t/lets-encrypte-with-multiple-domains-wasnt-working-for-ecc-certs/328109 "2024-09-24T10:37:49Z")\
**Posts on this page:** 1\
**Showing post:** 14

<div class="post-metadata">

**Author:** ![pfaffman](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/pfaffman/32/120154_2.png) [@pfaffman](https://meta.discourse.org/u/pfaffman)\
**Post date:** [25. September 2024 um 17:59 UTC](https://meta.discourse.org/t/lets-encrypte-with-multiple-domains-wasnt-working-for-ecc-certs/328109/14 "2024-09-25T17:59:47Z")

</div>

Ich habe es noch nicht getan. Ich habe darauf gewartet, zu sehen, ob es Ihrer Meinung nach funktioniert.

Hier ist die Änderung, nur das Hinzufügen von `global: true` am Ende des zweiten `replace:`

```plaintext
    - replace:
        filename: "/etc/runit/1.d/letsencrypt"
        from: /--fullchainpath/
        to: "-d =domain2= --fullchainpath"
        global: true

```

und hier ist das Ganze:

```plaintext
  after_ssl:
   # tell letsencrypt what additional certs to get
    - replace:
        filename: "/etc/runit/1.d/letsencrypt"
        from: /--keylength/
        to: "-d extrahostname.myforum.us --keylength"
    - replace:
        filename: "/etc/runit/1.d/letsencrypt"
        from: /--fullchainpath/
        to: "-d extrahostname.myforum.us --fullchainpath"
        global: true

```

---

_[View the full topic](https://meta.discourse.org/t/lets-encrypte-with-multiple-domains-wasnt-working-for-ecc-certs/328109)._
