Advertisement
Guest User

Untitled

a guest
Mar 23rd, 2017
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. openssl req -new -newkey rsa:2048 -nodes -keyout example.key -out example.csr
  2.  
  3. # For common name enter full domain, for wildcard use *.example.com format
  4.  
  5. # If you received bundle separately from root then you need to combine them:
  6. cat domain.crt domain.sa-bundle >> domain-bundle.crt
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement