Jon Warbrick, July 2014, V3.2 (for Ansible 1.7)
First one found from of
Jon Warbrick, July 2014, V3.2 (for Ansible 1.7)
First one found from of
openssl req -x509 -newkey rsa:4096 -sha256 -keyout example.key -out example.crt -subj "/CN=example.com" -days 3650 -passout pass:foobar
openssl x509 -x509toreq -in example.crt -out example.csr -signkey example.key -passin pass:foobar
| #--------------------------------------------------------------------------------------------------------------------------------------- | |
| # | |
| # Author: Kyle Brumm | |
| # Description: File used to hold Bash configuration, aliases, functions, completions, etc... | |
| # | |
| # Sections: | |
| # 1. ENVIRONMENT SETUP | |
| # 2. MAKE TERMINAL BETTER | |
| # 3. FOLDER MANAGEMENT | |
| # 4. MISC ALIAS' |
| [user] | |
| name = Pavan Kumar Sunkara | |
| email = [email protected] | |
| username = pksunkara | |
| [core] | |
| editor = nvim | |
| whitespace = fix,-indent-with-non-tab,trailing-space,cr-at-eol | |
| pager = delta | |
| [sendemail] | |
| smtpencryption = tls |