Skip to main content

Bartosz Czerwiński's Library tagged howto   View Popular

25 Dec 09

Using a non-MS CA to create EFS and File Recovery certificates

How to create File Recovery certificates using OpenSSL and MS makecert.exe tool.

www.aaronpalermo.com/...5 - Preview

security ssl openssl microsoft windows administration howto

    • The pcks12 format includes public and private keys for the certificate, and is easy to import and use in Windows.



      1. openssl req -new -days 365 -nodes -keyout Finished/username-key.pem -out Meta/username-req.pem -config Meta/efs-fr.cnf
      2. openssl ca -policy policy_anything -in Meta/username-req.pem -out Finished/username-crt.pem -extfile Meta/efs-fr.cnf
      3. openssl pkcs12 -export -in Finished/username-crt.pem -inkey Finished/username-key.pem -certfile cacert.pem -out Finished/username.p12
20 Dec 09

Smart Card - Video Tutorials

Video tutorials that shows how to set up Smart Card environment.

www.usasmartcard.com/...video-tutorials - Preview

smartcard security windows howto administration

Guidelines for enabling smart card logon in Windows

Guidelines for enabling smart card logon with third-party certification authorities in Windows Server Active Directory Service.

support.microsoft.com/281245 - Preview

smartcard security windows activedirectory howto administration

    • The smart card certificate has specific format requirements:
      • The CRL Distribution Point (CDP) location (where CRL is the Certification Revocation List) must be populated, online, and available. For example:

        [1]CRL Distribution Point

        Distribution Point Name:

        Full Name:

        URL=http://server1.name.com/CertEnroll/caname.crl
      • Key Usage = Digital Signature
      • Basic Constraints [Subject Type=End Entity, Path Length Constraint=None] (Optional)
      • Enhanced Key Usage =
        • Client Authentication (1.3.6.1.5.5.7.3.2)

          (The client authentication OID) is only required if a certificate is used for SSL authentication.)
        • Smart Card Logon (1.3.6.1.4.1.311.20.2.2)
        • Subject Alternative Name = Other Name: Principal Name= (UPN). For example:

          UPN = user1@name.com

          The UPN OtherName OID is : "1.3.6.1.4.1.311.20.2.3"

          The UPN OtherName value: Must be ASN1-encoded UTF8 string
        • Subject = Distinguished name of user. This field is a mandatory extension, but the population of this field is optional.
18 Dec 09

Smart Card - Libraries

Many helpfull tips, articles and reference books about Smart Card PKI deployment in Microsoft products.

www.usasmartcard.com/...libraries - Preview

security smartcard windows howto reference

SmartCard Infrastructure MSDN

Bloog about SmartCard Infrastructure according to Microsoft Products.

blogs.msdn.com/shivaram - Preview

security smartcard windows howto

10 Dec 09

Code 737D Error - Security Update for SQL Server 2005 Service Pack

  • Step 1: Rename the Windows Update Softwaredistribution folder

    ================================================

    This issue may occur if the Windows Update Software distribution folder has

    been corrupted. We can refer to the following steps to rename this folder.

    Please note that the folder will be re-created the next time we visit the

    Windows Update site.



    1. Close all the open windows.

    2. Click the "Start" Button, click "All programs", and click "Accessories".

    3. Right-click "Command Prompt", and click "Run as administrator".

    4. In "Administrator: Command Prompt" window, type in "net stop WuAuServ"

    (without the quotes) and press Enter.



    Note: Please look at the cmd window and make sure it says that it was

    successfully stopped before we try to rename the folder. However, if it

    fails, please let me know before performing any further steps and include any

    error messages you may have received when it failed.



    5. Click the "Start" Button, in the "Start Search" box, type in "%windir%"

    (without the quotes) and press Enter.

    6. In the opened folder, look for the folder named "SoftwareDistribution".

    7. Right-click on the folder, select "Rename" and type "SDold" (without the

    quotes) to rename this folder.

    8. Still in "Administrator: Command Prompt" window, type the command "net

    start WuAuServ" (without the quotes) in the opened window to restart the

    Windows Updates service.



    Note: Please look at the cmd window and make sure it says that it was

    successfully started. However, if it fails, please let me know before

    performing any further steps and include any error messages you may have

    received when it failed.



    If the steps above do not work, let's refer to the following steps to

    manually download and install the update.



    Step 2: Download and install the update manually.

    ======================================

    1. Please download the update from



    http://www.microsoft.com/downloads/d...DisplayLang=en



    Please note its location.



    2. Please double-click the downloaded file to install the update.



    If an error is encountered when installing the update manually, please

    capture a screenshot for further research



    How to capture a screenshot

    ======================

    1. Press the Print Screen key (PrtScn) on your keyboard.

    2. Click the "Start" Button, type "mspaint" in the Search Bar and Press Enter.

    3. In the Paint program, click the "Edit" menu, click "Paste". Then click

    the "File" menu, and click "Save".

    4. The "Save As" dialogue box will appear. Type a file name in the "File

    name:" box, for example: "screenshot".

    5. Make sure "JPEG (*.JPG;*.JPEG;*.JPE;*.JFIF)" is selected in the "Save as

    type" box, click "Desktop" on the left pane and then click "Save".



    Please send this saved JPEG file to my email account at

    *******@mssupport.microsoft.com



    In the meantime, to clarify the issue and provide more accurate

    troubleshooting steps, please assist me in collecting the following

    information.



    How to collect the WindowsUpdate.log file

    ================================

    1. Click the "Start" Button, type "WindowsUpdate.log" (without the quotes)

    in the Search Bar and Press Enter. We will see a file named

    "WindowsUpdate.log"

    2. Now click on the "File" menu and then click on the "Save As".

    3. From the left panel, click "Desktop" and click the Save button.



    The file will be saved to your Desktop. Please send the file as an

    attachment in an email to *******@mssupport.microsoft.com .



    Note: When attaching files to emails, the process will vary depending on the

    email application being used. While you are composing the email, most

    applications will provide you with either an "Attach" button or Paper Clip

    Icon to click in order to attach a file. After clicking this button/icon you

    must browse to the file you wish to attach and select it by either double

    clicking it or clicking it once and then clicking on the "Attach" button.



    Please try my suggestions and let me know the results at your earliest

    convenience. If you have any other questions, please do not hesitate to let

    me know.



    I look forward to your response.



    Best Regards,



    Alex Sang
27 Nov 09

Ubuntu, PHP5, OCI8 and PDO_OCI : the perfect install

How to install Oracle Instant Client and PDO libraries for PHP in Ubuntu.

lacot.org - Preview

administration linux ubuntu software howto

25 Nov 09

Setting Up the Sun Fire X2200 M2 Server Software

Sun Embedded LOM Service Processor (SP) initial configuration via CLI and WebGUI.

docs.sun.com/...Chap2.html - Preview

administration sun documentation howto

06 Nov 09

Man: ip

How to use ip command in Linux environment.

linux-ip.net/...tools-ip-link.html - Preview

routing network linux administration howto

1 - 20 of 47 Next › Last »
Showing 20 items per page

Diigo is about better ways to research, share and collaborate on information. Learn more »

Join Diigo