Advertisement
Guest User

Untitled

a guest
Dec 22nd, 2012
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. # cat ssl-admin.conf
  2. ## Set default values here.
  3. #
  4. # The following values can be changed without affecting
  5. # your CA key.
  6.  
  7. $ENV{'KEY_SIZE'} = "4096";
  8. $ENV{'KEY_DAYS'} = "3650";
  9. $ENV{'KEY_CN'} = "";
  10. $ENV{'KEY_CRL_LOC'} = "URI:http://CRL_URI";
  11.  
  12.  
  13. ## WARNING!!! ##
  14. #
  15. # Changing the following values has vast consequences.
  16. # These values must match what's in your root CA certificate.
  17.  
  18. $ENV{'KEY_COUNTRY'} = "US";
  19. $ENV{'KEY_PROVINCE'} = "Cali";
  20. $ENV{'KEY_CITY'} = "SanDiego";
  21. $ENV{'KEY_ORG'} = "BigPimpin";
  22. $ENV{'KEY_EMAIL'} = 'not@real.address';
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement