I require a digital signature and private key for uploading onto a
router/gateway in order to provide ssl connectivity for the web interface of
the gateway through which users will log on to gain access to the Internet.

The digital signature has to have a "CRT" extension and the private key
requires a "KEY" extension.

How can I do this using Windows Server 2003 SP1?

Users of the gateway will log on the gateway from a public LAN and the
gateway will verify log on details via RADIUS using the Windows 2003 Server
on a Private Network.

Thank you for your assistance

David Sharman
Regional Computer Services

Re: Digital Signature and Private Key by Alun

Alun
Sun Sep 03 20:16:26 CDT 2006

"David Sharman" <dsharman@bigpond.net.au> wrote in message
news:O$tzMV3zGHA.4932@TK2MSFTNGP02.phx.gbl...
>I require a digital signature and private key for uploading onto a
>router/gateway in order to provide ssl connectivity for the web interface
>of the gateway through which users will log on to gain access to the
>Internet.
>
> The digital signature has to have a "CRT" extension and the private key
> requires a "KEY" extension.

The extension is somewhat indicative, but what you really need to know is
the format of the data that it expects. There are at least two common
formats that fit into a CRT extension, for instance, and a number of
different private key formats. Your router / gateway should be able to
specify what format it wants, not just the extensions.

Alun.
~~~~
[Please don't email posters, if a Usenet response is appropriate.]
--
Texas Imperial Software | Find us at http://www.wftpd.com or email
23921 57th Ave SE | alun@wftpd.com.
Woodinville WA 98072-8661 | WFTPD, WFTPD Pro are Windows FTP servers.
Fax/Voice +1(425)807-1787 | Try our NEW client software, WFTPD Explorer.



Re: Digital Signature and Private Key by David

David
Mon Sep 04 00:07:39 CDT 2006

Alun,

I have sent an email to the gateway manufacturer containing your response
and will repost here when I recieve an answer

regards

David Sharman
Regional Computer Services

"Alun Jones [MS-MVP - Windows Security]" <alun@texis.invalid> wrote in
message news:BvCdnRSPUI7242bZnZ2dnUVZ_t6dnZ2d@comcast.com...
> "David Sharman" <dsharman@bigpond.net.au> wrote in message
> news:O$tzMV3zGHA.4932@TK2MSFTNGP02.phx.gbl...
>>I require a digital signature and private key for uploading onto a
>>router/gateway in order to provide ssl connectivity for the web interface
>>of the gateway through which users will log on to gain access to the
>>Internet.
>>
>> The digital signature has to have a "CRT" extension and the private key
>> requires a "KEY" extension.
>
> The extension is somewhat indicative, but what you really need to know is
> the format of the data that it expects. There are at least two common
> formats that fit into a CRT extension, for instance, and a number of
> different private key formats. Your router / gateway should be able to
> specify what format it wants, not just the extensions.
>
> Alun.
> ~~~~
> [Please don't email posters, if a Usenet response is appropriate.]
> --
> Texas Imperial Software | Find us at http://www.wftpd.com or email
> 23921 57th Ave SE | alun@wftpd.com.
> Woodinville WA 98072-8661 | WFTPD, WFTPD Pro are Windows FTP servers.
> Fax/Voice +1(425)807-1787 | Try our NEW client software, WFTPD Explorer.
>
>



Re: Digital Signature and Private Key by David

David
Wed Sep 06 09:36:12 CDT 2006

I have contacted the manufacturer of my router/gateway and been informed
that I need to create a certificate saved using base64 encoding, is this all
the information I need in order to create a digital certificate and private
key for uploading onto the router/gateway?

And, how do I do this using Windows Server 2003 SP1.

The digital certificate is for use in a private environment and I am can
quite comfortable in using our own server as a Root CA, I just don't know
how to do it.

see below for the full story...

David Sharman

"David Sharman" <dsharman@bigpond.net.au> wrote in message
news:uV0bYA%23zGHA.3440@TK2MSFTNGP06.phx.gbl...

>> "David Sharman" <dsharman@bigpond.net.au> wrote in message
>> news:O$tzMV3zGHA.4932@TK2MSFTNGP02.phx.gbl...
>>>I require a digital signature and private key for uploading onto a
>>>router/gateway in order to provide ssl connectivity for the web interface
>>>of the gateway through which users will log on to gain access to the
>>>Internet.
>>>
>>> The digital signature has to have a "CRT" extension and the private key
>>> requires a "KEY" extension.