FeministWiki:Technical documentation: Difference between revisions

    Line 102: Line 102:
       domains=$(printf '%s' "$domains" | tr '\n' ',')
       domains=$(printf '%s' "$domains" | tr '\n' ',')
        
        
       letsencrypt certonly --authenticator standalone -d "$domains"
       letsencrypt certonly --authenticator standalone --keep --expand -d "$domains"


    Additionally, for programs that require a cert file and its private key in a single combined <code>.pem</code> file, run the following commands to generate such a file:
    Additionally, for programs that require a cert file and its private key in a single combined <code>.pem</code> file, run the following commands to generate such a file: