• Connect to the filer via telnet, ssh or through the console. • Enter the following commands options autosupport.mailhost [your mail server MX record or IP address] options autosupport.to support@example.com,name@yourcompany.com (ex: person@company.com) options autosupport.from (Add anything here; we like to use filername@domain.com) options autosupport.enable on options autosupport.support.enable off • If your Data OnTap has the option, enter these […]
Tag: featured
OPENSSL ensure certs match key file
To make sure the files output the same result , display the modulus value of each file: openssl rsa -noout -modulus -in FILE.key openssl req -noout -modulus -in FILE.csr openssl x509 -noout -modulus -in FILE.cer