CRUX-ARM :
Home
Home
::
Documentation
::
Download
::
Development
::
Community
::
Ports
::
Packages
::
Bugs
::
Links
::
About
::
Donors
development
/
ports
/
core-arm.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
bash: updated to 4.2.42
[ports/core-arm.git]
/
openssl
/
mksslcert.sh
Commit
Line
Data
aebf4d18
VM
1
#!/bin/sh
2
#
3
# mksslcert
4
#
5
# creates self-signed openssl certificates based on
6
# the local hostname or the given one
7
# Fallback to localhost if not set.
8
#
9