Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 28241 Details for
Bug 46039
net-im/jabberd shell script needs path to shell
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Fixed self-cert.sh file
self-cert.sh (text/plain), 494 bytes, created by
Tom Forsythe
on 2004-03-28 15:04:06 UTC
(
hide
)
Description:
Fixed self-cert.sh file
Filename:
MIME Type:
Creator:
Tom Forsythe
Created:
2004-03-28 15:04:06 UTC
Size:
494 bytes
patch
obsolete
>#!/bin/bash > >###### ># ># Generate a certificate and key with no passphrase. ># >###### > >OPENSSL=/usr/bin/openssl > >## This generates the cert and key >$OPENSSL req -new -x509 -newkey rsa:1024 -keyout /tmp/privkey.pem -out /etc/jabber/gentoo.pem >## This will remove the passphrase >$OPENSSL rsa -in /tmp/privkey.pem -out /tmp/privkey.pem >## Put it all together >cat /tmp/privkey.pem >> /etc/jabber/gentoo.pem >## Cleanup >rm /tmp/privkey.pem >echo "" >echo "Your new key is /etc/jabber/gentoo.pem" >echo ""
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 46039
: 28241