How to request certificate from a non-domain computer

We using a Windows Server 2008 R2 Enterprise CA to issuing webserver-certificates (SSL). The CA-Server is a member of a AD-Domain and online. Now we want to request certificates from computers like Windows Server 2008 R2 or Linux Server which aren't member
of the domain.
How we can request certificates automatically with a script remote from these Windows Servers, for example ? Is it possible to use  the "Certificate Enrollment Web Service" without the "Certificate Enrollment Policy Web Service" ?
Is it possible to use certreq in this scenario ?
Thanks for your help.

Now I have found a solution. Shortly I want describe the way:
Prerequirements:
1. ADCS Enterprise Certification Authority is installed
2. ADCS Certificate Enrollment Web Service is installed on a server
3. ADCS Certificate Enrollment Policy Web Service is installed on an other server
Steps to do:
1. Prepare a request-file for a certificate
2. On a computer which is not a member of the Domain/Forest of the CA-Service: submit the request to the CA and receive the issued certificate. The following command have to written in one line without line breaks.
  certreq -submit
    -Username {domain}\{username}
    -p {password}
    -PolicyServer "https://{FQDN CertificateEnrollmentPolicyWebService-Server/-Alias}/ADPolicyProvider_CEP_UsernamePassword/service.svc/CEP"
    -config "https://{FQDN CertificateEnrollentWebService-Server/-Alias}/{CAName}_CES_UsernamePassword/service.svc/CES"
    -attrib "CertificateTemplate:{TemplateName}"
    {Enter Path and Name of the Request-File}
    {Choose Path and Filename for certificate}
   Sample:
   certreq -submit
        -Username contoso\Serviceaccount
        -p P@ssw0rd
        -PolicyServer "https://CAPolicyEnroll.contoso.com/ADPolicyProvider_CEP_UsernamePassword/service.svc/CEP"
        -config "https://CAWebEnroll.contoso.com/IssuingCA1_CES_UsernamePassword/service.svc/CES"
        -attrib "CertificateTemplate:MyOwnSSLTemplate"
        request.req
        sslcert.cer
3. Now you can find a file with your requested certificate locally in path you have choosen for the certificate-file.
I hope this will be helpful for other people enrolling certificates on non-domain member computers.

Similar Messages

  • Non-domain computer request certificate

    We have Enterprise CA with Certificate Enrollment Policy Web Service and Certificate Enrollment Web Service on same domain computer. 
    When I configure Enrollment policy on non-domain computers by adding exist Certificate Enrollment Policy Server: 
    mmc->Certificates(local computer)->Personal-Manage Enrollment Policy, all looks fine. But when I do request
    New Certificate -> Select Certificate Enrollment Policy appears window with empty list and message:
    Certificate types are not available.You cannot request a certificate at this time because no certificate types are available. From domain computers all works fine, I can choose templates from the list and can do command:
       certutil -config "DomainComp\CAname" -ping. 
    from non-domain computers I can't do certutil -ping:
    ...Connecting to DomainComp\CAname ...
    Server could not be reached: The RPC server is unavailable. 0x800706ba

    I'm used select username/password authentication when installed CES/CEP roles. If I want to use authentication with
    certificates, I must to make request and enroll it on CA. This is a problem for non-domain computer. By the way, using method:
    http://social.technet.microsoft.com/Forums/windowsserver/en-US/098f858a-3e89-48d2-828e-274487033f6b/how-to-request-certificate-from-a-nondomain-computer?forum=winserversecurity
    I can manually make request file, issue it on Enterprise CA and export certificate file, when import certificate.
    This method
    http://blogs.technet.com/b/askds/archive/2010/05/25/enabling-cep-and-ces-for-enrolling-non-domain-joined-computers-for-certificates.aspx not work because appears empty list of enrolment templates.

  • Log forwarding from a non-domain server certificate types

    I'm trying to set up a source initiated subscription (Log forwarding) where the event source server is not in the same domain as the event collector server. I'm following these steps:
    https://msdn.microsoft.com/en-us/library/windows/desktop/bb870973(v=vs.85).aspx
    It states that for this to work I need the following:
    The collector computer should have a server authentication certificate (certificate with a server authentication purpose) in a
    local computer certificate store.
    And 
    The source machine should have a client authentication certificate (certificate with a client authentication purpose) in a
    local computer certificate store.
    I'm looking to use a third party certificate authority to get the 2 above client and server certs. My question is what type of certificates will I need  for this to work? As there seem to be a lot of types and I am new to certs.

    Hi Chard,
    You can just request certificates from Computer Certificate Template. Certificate issued from Computer Certificate Template can be used for both Client and Server authentication.
    Here is a related article below for you:
    Certificate Templates Overview
    https://technet.microsoft.com/en-us/library/cc730826(v=ws.10).aspx
    In addition, if you have further query regarding certificates or CA, please refer to security forum below:
    https://social.technet.microsoft.com/Forums/windowsserver/en-US/home?forum=winserversecurity
    Best Regards,
    Amy
    Please remember to mark the replies as answers if they help and un-mark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected]

  • How to extract certificates from IE for digital signature

    hi
    how to extract certificates from the cert store provided by Internet Explorer 6.0 and use it to read & verify the digital signatures present in the pc.this is needed in my web based application n i have no idea!!!
    pls help me out
    i have studied a lot about all JCA n JCE but the extraction part still baffles me!!!
    my application will be java based so i can make an applet/ servlet/ jsp
    drop your ideas as soon as u get time as i am stuck in the initial phase itself
    priya_16

    hi
    i've the same problem. i've found this solution, but you need download a JCE Provider that allow you to read the explorer certificate store.
    You can try this one: https://download.assembla.se/jceprovider/
    and the code:
    import se.assembla.*;
    public class Listcerts {  
         public static void list() throws Exception{
              java.security.Security.insertProviderAt(new se.assembla.jce.provider.ms.MSProvider(), 2);
              KeyStore ks = KeyStore.getInstance("MSKS","assembla");
              ks.load(null,null);
              X509Certificate cert=null;
              String alias=null;
              int count=0;
              for (java.util.Enumeration e=ks.aliases();e.hasMoreElements();){
                        alias=(String)e.nextElement();
                        cert=(X509Certificate)ks.getCertificate(alias);
                        System.out.println("\n Certificado alias"+alias+":");
                        System.out.println(cert);
                   count++;
              System.out.println ("NUM CERTS="+count);
    now, i need the same solution for Firefox browser XP
    good luck
    Message was edited by:
    meteko

  • How to send IDocs from a non-SAP system to a SAP system

    Hi everyone i am new to SAP R/3 System.
    Currently i am required to send IDocs from a non-SAP system to a SAP R/3 System.
    There is a guide on Cost-Effective and Quick Communication between SAP and 3rd Party Systems using IDOC HTTP XML Interface. But its from a SAP system to a non-SAP system and i am able to do that.
    Is there any step by step guide where they teaches you how to send IDocs from a non-SAP system to SAP system via similar method?
    Thank You!

    Hi,
    I hope this link may help you......
    http://publib.boulder.ibm.com/infocenter/iisinfsv/v8r1/index.jsp?topic=/com.ibm.swg.im.iis.ds.entpak.sapr3.use.doc/topics/c_pack_r3_Introduction.html

  • Non-domain computer cannot connect to server

    I have a unique issue. 
    I have a Windows 2008 server running Exchange 2010 (all roles on single server )
    I have a Windows 7 Pro client that is not a member of the domain.
    When setting up Outlook 2010 I enter user's name, email address and password.  The system starts configuring, it successfully searches for [email protected] settings.  It then prompts for credentials.  I cannot get it to take them.
    However, If I user the domain admin account I can successfully setup the domain admin email in Outlook.  I just cannot do it with a standard user.
    Also, I noticed that this non-domain computer can access domain member server if I provide credentials (domain\username). This does not work with this or any of my other Windows 2008 servers.
    I have been fighting this with no relief in sight...
    Thanks
    Wayne 

    Let me be clear about my symptoms.
    Exchange with domain joined computers autodiscover/Outlookworks fine....
    DC's and exchange server all have same time/date otherwise nobody would be able to authenticate.
    The problem only exists with non-domain computers (both within the network and outside of the network)
    The autodiscover tests fine with exchange connectivity tester.  I cannot test outlook as I have a certificate from an untrusted root that is installed manually on the non-domain computers.
    The non-domain computers can connect to windows 2003 member server (with appropriate domain credentials) but not to this 2008 (or the other 2 2008 member servers)
    Update-  If I configure the domain administrator account on that same non-domain connected machine, it retrieves the domain admin email just fine.....

  • HT4890 how to upload photoes from icloud to my computer?

    Can someone tell me how to upload photoes from icloud to my computer?
    Thanks

    iCloud doesn't offer general file storage.
    You can save files to iCloud from iCloud aware applications in the save dialog of such apps.

  • How to sign out from itunes in my computer?

    How to sign out from itunes in my computer???  I don't want to remove itunes I just want to sign out/ off. Please help !!! Tnx !

    Thank you AnaMusic. Could you tell me where can I find my account??? I've been checking all the menues and I couldn't fint it.  That's why I was askin how to sign out :0(

  • Problem in requesting certificate from enterprice CA

    I have an enterprice CA and I created a new certificate template for SCOM authentication, and when I submit a certificate from web enrollment I got this error massege:
    Certificate Request Denied
    Your certificate request was denied.
    Your Request Id is 63. The disposition message is "Denied by Policy Module 0x80094800, The request was for a certificate template that is not supported by the Active Directory Certificate Services policy: SCOM Template.
    Contact your administrator for further information.
    I checked the authentication and make it: everyone full control. when I request a certificate from the same CA with another template it works well without any errors !!
    please feed me back with any suggestions
    Hossam Wael Elmosallamy IT Support Engineer ECC Solutions MCSE - CCNA [email protected] Mobile: +2(014)-9464671 Work: +202-3828-4576 www.eccsolutions.net "Experience Reliability"

    At the end of the day your CA adminstrator has to allow you to make a request via that template and have it auto-approved.  By default, you cannot just define a new template, import it into CA server and expect it to bypass explicit policy.  Depending
    on whether your CA is domain joined or not, you may also be dealing with global corporate policy (and defaults) that prevent someone from hacking a new CA server into the companys network, adding a new template and executing it with a request for automatic
    approval.
    These are the keys to the kingdom you are messing with ... you have to go to the king.
    Microsoft Corporation

  • How to get certificate from sun one directory server

    I have installed sun one directory server 5.2. Now in order to connect to the server through ldap protocol i need certificate on the client side.
    How to get the certificate from the sun one directory server...??
    ( Earlier i tried the same procedure with active directory .and i got the certificate successfully ...as well as ldap authentication..but don't know what to do with the sun one..???)
    Any tips on this issue will be helpful
    thank you

    You didn't make mention of setting up ssl on the server side, so search these boards for openssl. Some nice person uploaded an nice example of how do use openssl to do this.
    To get the ssl certs for the solaris-client ssl authentication ( tls:simple ) to work you will need to use netscape to connect to the ssl port to get the right format. There are comments in that same doc on how to do that.

  • How to replace certificate from SelfSigned to the 3rd party?

    GW2012SP2 WebAccess on the OES2.
    Ath this time users connected as:
    https://gwwebaccess
    How to change SelfSigned Certificate from the SelfSigned Certificate to the 3rd party Certificate ?
    Serg

    Not a gw question but more a apache, this should get you going: SSL Certificate Installation - Apache Server
    Thomas

  • How install SSL certificate from Thawte?

    Hi,
    Given:
    PEM-certificate issued by the company (a lot of different services), the private-key to it.
    What is needed:
    Push it into the ABAP and JAVA, so that when an appeal was heard as a certificate from a trusted source. 
    question:
    How to do it?

    Hi Evgeniy,
    Can you please read through the following guide which should help with your configuration:
    http://scn.sap.com/docs/DOC-26144
    Regards,
    James

  • C# How to get Certificate from thumbprint

    Hi everyone,
    Following the below step, i want to get Certificate from thumbprint
    1, Create Certificate by command 
    makecert -sky exchange -r -n "CN=Azure-P2S-Root-Cert"
    -pe -a sha1 -len 2048 -ss My "C:\tools\AzureCertificateName.cer"
    2, Open certmgr.msc
    3, Copy thumbprint of Certificate
    4, using code
     private static X509Certificate2 GetStoreCertificate(string thumbprint)
                List<StoreLocation> locations = new List<StoreLocation> 
                    StoreLocation.CurrentUser, 
                    StoreLocation.LocalMachine 
                foreach (var location in locations)
                    X509Store store = new X509Store("My", location);
                    try
                        store.Open(OpenFlags.ReadOnly | OpenFlags.OpenExistingOnly);
                        X509Certificate2Collection certificates = store.Certificates.Find(
                            X509FindType.FindByThumbprint, thumbprint, false);
                        if (certificates.Count == 1)
                            return certificates[0];
                    finally
                        store.Close();
                throw new ArgumentException(string.Format(
                    "A Certificate with thumbprint '{0}' could not be located.",
                    thumbprint));
    => Error: "A Certificate with thumbprint '{0}' could not be located.",
    Any ideas? I am really stuck here.
    Thanks a lot in advance,
    Quyen Pham

    I want to code following the step
    1,Create Virtual Network Gateway
    https://msdn.microsoft.com/en-us/library/azure/jj154119.aspx?f=255&MSPPError=-2147217396
    2, Revoke a Point-to-Site VPN Client Certificate
    https://msdn.microsoft.com/en-us/library/azure/dn547018.aspx
    first, i download file Microsoft_DL_SITE-4-10-2015-credentials.publishsettings
    and then get string ManagementCertificate = "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";
    X509Certificate2 cert = new X509Certificate2(Convert.FromBase64String(ManagementCertificate));
    using this cert, i can create ok virtual gateway, but i can not upload certificate
    Anything is wrong in here?
    Thanks and best Regards,
    Quyen Pham

  • Non-domain computer WSUS entries keep getting reset

    We have a non-domain member laptop. So it does not get domain GPOs, confirmed by RSOP. Somewhere along the line someone entered the wrong WSUS server into gpedit.msc for the WUSERVER and WUSTATUSSERVER: http://server02:80. Whenver I try to change it to
    the correct server (http://server01:8530) using gpedit.msc, something changes it back to server02. I searched the entire registry and can't find where it's set other than the standard WUSERVER and WUSTATUSSERVER locations. Where else could this value be stored
    and how to I get this laptop to check in with the proper WSUS server?
    Ben JohnsonWY

    We have a non-domain member laptop. So it does not get domain GPOs, confirmed by RSOP.
    Don't really need RSOP to confirm that a non-domain member laptop isn't getting domain GPOs, since it's functionally impossible for that to happen.
    Somewhere along the line someone entered the wrong WSUS server into gpedit.msc for the WUSERVER and WUSTATUSSERVER: http://server02:80. Whenver I try to change it to the correct server (http://server01:8530) using gpedit.msc, something changes it
    back to server02.
    Well... now... here we have another functional impossibility. The *only* thing that can edit Local Policy on a computer is a human being working from the Local Policy Editor on that computer. In fact, not even a Group Policy Object (GPO) can change a value
    in the Local Policy configuration settings!
    The Good News, though, is that the Windows Update Agent is policy aware, so IF something is changing Local Policy, specifically the URL of the WSUS Server, the Policy Change Event will be logged in the WindowsUpdate.log, and from that you can determine exactly
    *WHEN* the change is being made. Knowing when the change is being made will likely help narrow down
    who or what (although there's not much opportunity for a "what" in this instance) is making that policy change.
    I searched the entire registry and can't find where it's set other than the standard WUSERVER and WUSTATUSSERVER locations.
    That's it. But this logic seems to suggest you have inverted cause and effect. The registry values are set by the Local Policy settings, not the other way around.
    how to I get this laptop to check in with the proper WSUS server?
    Well, this part is easy. You fix the Local Policy problem. :-)
    Lawrence Garvin, M.S., MCSA, MCITP:EA, MCDBA
    SolarWinds Head Geek
    Microsoft MVP - Software Packaging, Deployment & Servicing (2005-2014)
    My MVP Profile: http://mvp.microsoft.com/en-us/mvp/Lawrence%20R%20Garvin-32101
    http://www.solarwinds.com/gotmicrosoft
    The views expressed on this post are mine and do not necessarily reflect the views of SolarWinds.

  • How to transfer photo from i phone4s to computer?

    How to copy phot from iphone to computer ?

    There is more than one way. 
    Wired
    Most computers are using default settings that recognize the iPhone as a camera.  if that is the case, the photograph software will startup as soon as the iPhone is connected. Use that software to download or import the pictures.
    Wireless
    Make sure that PhotoStream enabled on the iphone.  This needed to be enabled when the picture was taken. Using a Mac, logged into the same iCloud account you can import the picture using iPhoto

Maybe you are looking for

  • Publish SQL as a WEB Service from Database (10.2) using OC4J (without JDev)

    Hi, I have been successfull in Publishing Web Service using SQL (DML) using : 1. Oracle Express Db 10.2 2. OC4J 10.1.3 Any Help Will be appreciated........ :) NOTE: Oracle Documentation on Application Server SUCKS (Too Many Errors prints and Wrong In

  • How to create link on chart report to othere Dashboard page

    Hi , i have created one dashboard page..in that we have chart report ..when am clicking on chart report it goes to respective dashboard page ..please help me

  • Messages 'To Be Delivered'

    Hello, the messages in rwb are status 'To be delivered',..i had read other threads and we had applied the follow: 1. Status: TO_BE_DELIVERED Which means that the message was successfully delivered from Integration Server point of view and it states t

  • What's this error message when setting Pagination?

    Using FM10 .... I clicked Format > Page Layout > Pagination (on a file in the bookfile, not with the file open) because I want to set pagination to "Next Available" and "Delete Empty Pages". But when I click Set, FM pops up a warning:      The new co

  • Is it possible to pass on a typedef documentation to a variable of this type?

    For documentation purposes and a better readability, I document typedefs by filling in its properties. Sadly, when I create a variable of this type, the comment does not show up in the context help box when moving over the variable. Is there a way to