Zimbra Let’s Encrypt SSL Script Rumi, December 28, 2022 #!/bin/bash -x # SSL certificate installation in Zimbra # with SSL certificate provided by Let’s Encrypt (letsencrypt.org) # Check if running as root if [ “$(id -u)” != “0” ]; then echo “This script must be run as root” 1>&2 exit 1 fi read -p ‘letsencrypt_email [mail@server]: ‘ letsencrypt_email read… Continue Reading
Contact Form Maker or Creator for aspx Rumi, December 2, 2011 An interesting link and a pretty useful one if you're using Microsoft Expression base- http://www.ctrfx.com/form/default.aspx Continue Reading