Advertisement
Guest User

Untitled

a guest
Jul 16th, 2019
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. openssl req -new -nodes -keyout my-app.key -out my-app.csr -newkey rsa:2048
  2.  
  3. subdomain.mywebsite.com uses an invalid security certificate.
  4.  
  5. The certificate is only valid for *.eu1.frbit.net
  6.  
  7. (Error code: ssl_error_bad_cert_domain)
  8.  
  9. Country Name (2 letter code) [AU]:GB
  10. State or Province Name (full name) [Some-State]:London
  11. Locality Name (eg, city) []:London
  12. Organization Name (eg, company) [Internet Widgits Pty Ltd]:My Website
  13. Organizational Unit Name (eg, section) []:
  14. Common Name (e.g. server FQDN or YOUR name) []:subdomain.mywebsite.com
  15. Email Address []:admin@mywebsite.com
  16.  
  17. Please enter the following 'extra' attributes
  18. to be sent with your certificate request
  19. A challenge password []:
  20. An optional company name []:My Website Ltd
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement