Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

4
  • thanks! how to specify email and display name like here Commented May 20, 2014 at 9:27
  • When you run the command, it will run you through a series of questions where you can enter for example the common name, email, country, etc. Please mark the question as answered, if this solves your problem. Commented May 20, 2014 at 10:11
  • so, I can't use it as a part of sciprt? Commented May 20, 2014 at 10:56
  • 2
    Sure, but you will have to feed those answers to the script via its stdin. You could use for example the program "expect" to do that in a neat way. Commented May 20, 2014 at 15:38