Bartosz Czerwiński's Library tagged → View Popular
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.
-
- openssl req -new -days 365 -nodes -keyout Finished/username-key.pem -out Meta/username-req.pem -config Meta/efs-fr.cnf
- openssl ca -policy policy_anything -in Meta/username-req.pem -out Finished/username-crt.pem -extfile Meta/efs-fr.cnf
- openssl pkcs12 -export -in Finished/username-crt.pem -inkey Finished/username-key.pem -certfile cacert.pem -out Finished/username.p12
The pcks12 format includes public and private keys for the certificate, and is easy to import and use in Windows.
Smart Card - Video Tutorials
Video tutorials that shows how to set up Smart Card environment.
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.
-
- 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.
- Client Authentication (1.3.6.1.5.5.7.3.2)
- The CRL Distribution Point (CDP) location (where CRL is the Certification Revocation List) must be populated, online, and available. For example:
Windows Vista Smart Card Infrastructure
Description of Smart Card Infrastructure in Windows Vista.
Smart Card - Libraries
Many helpfull tips, articles and reference books about Smart Card PKI deployment in Microsoft products.
SmartCard Infrastructure MSDN
Bloog about SmartCard Infrastructure according to Microsoft Products.
Set Up Server for NFS using Windows Services for UNIX 3.0
How to set up NFS Server using Windows Services for UNIX 3.0.
Services for NFS Step-by-Step Guide for Windows Server 2008
Services for NFS for Windows Server 2008.
Code 737D Error - Security Update for SQL Server 2005 Service Pack
How to fix problems with 737D error on Windows Update.
-
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
Ubuntu, PHP5, OCI8 and PDO_OCI : the perfect install
How to install Oracle Instant Client and PDO libraries for PHP in Ubuntu.
Setting Up the Sun Fire X2200 M2 Server Software
Sun Embedded LOM Service Processor (SP) initial configuration via CLI and WebGUI.
Using the ILOM Service Processor GUI to View System Information
How to use Sun ILOM to view system configuration.
Things That Newcomers to Ruby Should Know
Tips for Ruby newbie.
Ruby QuickRef
Quick Ruby reference
Setting up a basic trixbox CE system
How to set up trixbox CE video.
Selected Tags
Related Tags
Sponsored Links
Top Contributors
Groups interested in howto
-
howto
Items: 4 | Visits: 112
Created by: Rich Hintz
-
linux
Items: 92 | Visits: 141
Created by: Djiezes Kraaijst
-
Google Docs
This is a list of documents...
Items: 1 | Visits: 143
Created by: Liz Davis
Diigo is about better ways to research, share and collaborate on information. Learn more »
Join Diigo
