9257603 letsencrypt: Try and put the combined cert in the format stunnel likes

Authored and Committed by kevin a year ago
    letsencrypt: Try and put the combined cert in the format stunnel likes
    
    Right now it's adding the cert without a newline at the end, but it also
    expects the cert to be at the top and the intermediate below it. So,
    swap them around and try putting a newline in it.
    
    Signed-off-by: Kevin Fenzi <kevin@scrye.com>