Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
ncBash
/
mcBash
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Settings
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit c4998a20
authored
Jul 09, 2014
by
sn
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
openssl zertifikat
1 parent
f7321ba2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
bin/mkZertifikat.sh
bin/mkZertifikat.sh
0 → 100755
View file @
c4998a2
openssl genrsa -out
$1
.key 4096
openssl req -new -nodes -key
$1
.key -out
$1
.csr
openssl x509 -req -days 3650 -in
$1
.csr -signkey
$1
.key -out
$1
.crt
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment