I'm trying to request a certifiacte through SCEP service. I used openssl to generate key and CSR file. But I don't find a way to generate PKImessage send to scep server. Is it possible to use openssl cli to generate the message?
Can I use openssl cli tools to generate SCEP request message?
1.8k Views Asked by Will At
1
There are 1 best solutions below
Related Questions in PKI
- Use python to access a site with PKI security
- Generating a self-signed X509Certificate2 certificate with its private key
- PKI authentication implementation in Apache
- Generating a CSR from a CngKey or X509Certificate(2) instance
- How to create valid public and private key for digital sign?
- Create Sharepoint connector to apply Digital Signature using Smartcards or USB Tokens?
- which java turn when i exe ant, PKIX path building failed
- XML signature - reasons to sign KeyInfo element
- Trying to create certificate request from existing public key (programmatically)
- Changing validity of existing PKI certificates
- It is possible to copy the server certificate to attackers server to misuse it?
- How to read Private Key form Windows Key Store?
- Cannot connect Intellij Ultimate 2016.2 to GIT using PKI
- NGINX HTTPS Server barfing on .crt and .key files
- How to have two separate query-sets under the same class based view EX: User Profile and Friends
Related Questions in SCEP
- How to manage certificates on Android devices using Android Management API
- What is the Character Encoding of x509 certificates?
- SCEP Client for Embedded Linux device
- Reverse certificate DN
- WSO2 create API for SCEP server HTTP GET POST
- Scep server reports wrong tag in my csr request
- Microsoft NDES server not supporting latest cryptography algorithm for SCEP
- Can I use openssl cli tools to generate SCEP request message?
- Chef recipe to install System Center Endpoint Protection
- enabling CRP.msi on SCCM gives Error 1603
- How do I point NDES to new CA on ADCS PKI?
- create x509v3 certificate with custom extension CSR issue
- Enrolling certificate using ecc key
- Win7 : Black screen when switching users / logging off with SCEP av client enabled?
- On changing scep identity certificate's signing algorithm
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
The simple answer is 'No'.
However, you could use
sscepwhich is a free command-line tool that will send the request to your SCEP server.It's available from https://github.com/certnanny/sscep. A complied version for Windows is available from here and I believe it's available for RPM based Linux distros too.