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