Code Monkey home page Code Monkey logo

cf-certman's People

Contributors

cfmaniac avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

cf-certman's Issues

Warning Condition

I did not want to do a complete pull request for this, but I added a condition that would should me if the expiration date was within 60 days, just as a reminder so that I could plan for maintenance.

Added CSS to the top of the page

.cellRightAndBottomBlueSide .danger {
background-color:#990000;
color:#ffffff;
}

.warning {
background-color:#ffae00;
color:#101010;

}

And about line 71 (Not After/expiration date)

<cfif CertificateArray[i][2].getNotAfter() LT Now()>class="cellRightAndBottomBlueSide danger" <cfelseif DateDiff('d', Now(),CertificateArray[i][2].getNotAfter()) LT 60>class="cellRightAndBottomBlueSide warning" <cfelse>class="cellRightAndBottomBlueSide" </cfif>

The getCommonName method was not found

In opening the Certificate Management screen on one of our servers, I get the error "The getCommonName method was not found." Any thoughts for resolving this?

Either there are no methods with the specified method name and argument types or the getCommonName method is overloaded with argument types that ColdFusion cannot decipher reliably. ColdFusion found 0 methods that match the provided arguments. If this is a Java object and you verified that the method exists, use the javacast function to reduce ambiguity.

The error occurred in C:/ColdFusion11/cfusion/wwwroot/CFIDE/administrator/certman/Certificate.cfc: line 19

17 : <!--- certificate common name (some certs do not have this, try to fall back to OU)--->
18 :
19 : <cfif Len(Trim(Variables.ThisCertificate.getSubjectDN().getCommonName()))>
20 : <cfreturn Variables.ThisCertificate.getSubjectDN().getCommonName()>
21 :
 

Error imported cert in ColdFusion 11

I just installed the ColdFusion 10 version in ColdFusion 11 and tried to import a certificate and got this error.

Variable KEYCLASHALIAS is undefined.

The error occurred in C:/ColdFusion11/cfusion/wwwroot/CFIDE/administrator/certman/addCert.cfm: line 40

38 : </cftry>
39 : 
40 : <cfif Len(Trim(KeyClashAlias))>
41 :    <cfif FileExists("#cffile.serverdirectory#/#cffile.serverfile#")>
42 :        <cffile action="Delete" file="#cffile.serverdirectory#/#cffile.serverfile#">

Resources:

Check the ColdFusion documentation to verify that you are using the correct syntax.
Search the Knowledge Base to find a solution to your problem.

Browser Mozilla/5.0 (Windows NT 6.3; WOW64; rv:40.0) Gecko/20100101 Firefox/40.0
Remote Address 127.0.0.1
Referrer http://127.0.0.1/CFIDE/administrator/certman/addCertForm.cfm?addCert=Add+a+New+Certificate
Date/Time 17-Sep-15 07:28 PM
Stack Trace
at cfaddCert2ecfm16506593.runPage(C:/ColdFusion11/cfusion/wwwroot/CFIDE/administrator/certman/addCert.cfm:40)

Give credit where credit is due

I see that after taking down your entire website, twitter account, and github account when you were found out and exposed for being a systematic plagiarizer of epic proportions you are back and you've decided to completely scrub the git history of repos that have been around for quite a long time. I was using CertMan 5+ years ago but your first commit was 2 hours ago. Do you have any idea how fishy that looks?

"I made this! But I'm not going to let you see the history" (because I probably did something I don't want anyone to see...)

It appears you were added to Paul Connell's CertMan project some time around March 2013:

http://web.archive.org/web/20130302152824/http://certman.riaforge.org/

I imagine Paul has moved on and gave you permission to continue its maintenance; and that's a very normal and regular thing to happen in Open Source Software. And it appears that at least this time you've left some trace of his history with the project intact: (good for you!)

https://github.com/webdevsourcerer/CF-CertMan/blob/master/CF7-8-9/index.cfm#L1

Overall things aren't toooo fishy with this repo, but it would be considered good form to have a note somewhere in the readme giving credit to Paul as the original author and describing yourself as the current maintainer.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.