Unix Technical Forum

mkcert.sh - slackware 12.1

This is a discussion on mkcert.sh - slackware 12.1 within the Slackware Linux Support forums, part of the Unix Operating Systems category; --> Hello, and a good day to you all. What ever happened to the handy dandy mkcert.sh script? I looked ...


Go Back   Unix Technical Forum > Unix Operating Systems > Slackware Linux Support

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 05-20-2008, 05:54 PM
Bob De Mars
 
Posts: n/a
Default mkcert.sh - slackware 12.1

Hello, and a good day to you all.

What ever happened to the handy dandy mkcert.sh script? I looked in my
new slack 12.1 install, but could not find it.

Is it gone in the new release? Is there a new better way to create
certs for apache?

Thanks,

Bob
--
chewbaka at b-o-b.homelinux.com
http://b-o-b.homelinux.com

A man without an answer
Is like a bird with broken wings
wrapped up in its misery
forgetting how to sing
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 05-24-2008, 06:07 AM
Bob De Mars
 
Posts: n/a
Default Re: mkcert.sh - slackware 12.1

Bob De Mars wrote:
> Hello, and a good day to you all.
>
> What ever happened to the handy dandy mkcert.sh script? I looked in my
> new slack 12.1 install, but could not find it.
>
> Is it gone in the new release? Is there a new better way to create
> certs for apache?
>
> Thanks,
>
> Bob

Solved. The mkcert.sh was a custom script I grabbed from linuxpackages.net.

Made my cert the old fashioned way.

All is well in the world now!

Thanks,

Bob De Mars

--
chewbaka at b-o-b.homelinux.com
http://b-o-b.homelinux.com

A man without an answer
Is like a bird with broken wings
wrapped up in its misery
forgetting how to sing
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 05-24-2008, 06:07 AM
Res
 
Posts: n/a
Default Re: mkcert.sh - slackware 12.1

On Wed, 21 May 2008, Bob De Mars wrote:

>
> Bob De Mars wrote:
>> Hello, and a good day to you all.
>>
>> What ever happened to the handy dandy mkcert.sh script? I looked in my new
>> slack 12.1 install, but could not find it.
>>
>> Is it gone in the new release? Is there a new better way to create certs
>> for apache?
>>
>> Thanks,
>>
>> Bob

> Solved. The mkcert.sh was a custom script I grabbed from linuxpackages.net.
>
> Made my cert the old fashioned way.
>
> All is well in the world now!
>
> Thanks,
>
> Bob De Mars


You only need to do 3 things, chuck it in a bash script and call it as
../script domain

openssl genrsa -out $1.key 1024
openssl req -new -key $1.key -out $1.csr
openssl x509 -in $1.csr -out $1.cert -req -signkey $1.key -days 999



--
Cheers
Res

I read usenet and lists in pine. But m$ outlook, thunderbird and gmail
often use html span/whatever for quotes, makes it hard to tell who said
what, so I dont try. If I ignore you, thats why! Use a compliant mailer.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 09:17 AM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
www.UnixAdminTalk.com