User Tools

Site Tools


linux:generate-csr

Generate CSR (Certificate Signing Request)

openssl req -new -newkey rsa:2048 -nodes -keyout medjava.ro.key -out medjava.ro.csr

Send mail with attachments

mail -s "CSR Files" -a phab.ro.csr -a nocloud.ro.csr odefta@medjava.ro < message.txt

* CSR Files is the subject
* message.txt contains the body message
* phab.ro.csr and nocloud.ro.csr are the attachments

linux/generate-csr.txt · Last modified: 2023/07/04 19:36 by 127.0.0.1