openssl - Generate a CSR with no country, state or Organizational Unit -


i need generate csr i've done many times. certificate i'm trying generate has subject values cn, ou , dc . openssl doesn't let leave state, city or o values blank; auto-fills them defaults , can't erase that.

is there besides openssl generates csrs these weird values?

thanks.

if want leave field out type period .

if want try else try xca. built on top of openssl , have nice gui. documentation can found here.


Comments

Popular posts from this blog

c# - Update a combobox from a presenter (MVP) -

How to understand 2 main() functions after using uftrace to profile the C++ program? -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -