email security - how to create a BIMI record

Discussion in 'Installation/Configuration' started by chief, Feb 28, 2024.

  1. chief

    chief Member HowtoForge Supporter

    Code:
    https://bimigroup.org/bimi-generator/
    how to create BIMI - brand compliance!!
    I have created a SVG file using inkscape.
    The next step requires a *.pem file, and a website link to that file..
    Code:
    https://domain.com/aplace/domain.pem
    but In the website folder/ssl - this only displays
    Code:
    domain-le.crt
    domain-le.key
    where do i pickup the pem file from - for inserting into dns via ispconfig

    cheers
    dave
     
  2. Th0m

    Th0m ISPConfig Developer Staff Member ISPConfig Developer

    If you combine those 2 files you have a valid .pem file:
    Code:
    cat domain-le.{crt,key} > domain-le.pem
     

Share This Page