On Tue, Jul 15, 2008 at 8:36 PM, Jim Freeze <[EMAIL PROTECTED]> wrote:
> Hi
>
> Does anyone have some instructions on how to setup a secure gem server.
> Basically, we want to be able to run our own gemserver behind https
> and require some type of authentication.
>
> I've never setup https, so don't know if this is trivial with gem server or 
> not.
>

Serving Gems is just like serving stating files, regarding
autorization I think you need to add that to the source url:

gem sources --add proto://user:[EMAIL PROTECTED]/folder/

(don't forget the last slash after folder).

Is up to you generate the indexes ;-)

HTH,
-- 
Luis Lavena
AREA 17
-
Human beings, who are almost unique in having the ability to learn from
the experience of others, are also remarkable for their apparent
disinclination to do so.
Douglas Adams
_______________________________________________
Rubygems-developers mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/rubygems-developers

Reply via email to