Coder Social home page Coder Social logo

pki's Introduction

PKI

Private key infrastructure

pki's People

Contributors

ant0shik avatar anviar avatar bro05 avatar

Watchers

 avatar  avatar

Forkers

thangloigroup

pki's Issues

Implement DELETE method for domain.

Add logic for DELETE method for add_domain functions. Rename functions to domain. With domain DELETE request - remove the owner from the instance.

Change template logic.

Create logic divided into three screens:
  1. Home - Show only domains list and add domain form.
  2. By click on the domain shows only certificates list for current domain and create new certificate button.
  3. By click on the certificate or create new certificate button show create/edit certificate form.   

Add domain validation.

Validation example by anviar:
def valid_domain(input_domain): if not re.match('''^((?=[a-z0-9-]{1,63}\.) ( [a-z0-9]+ |[a-z0-9][a-z0-9-]*[a-z0-9])*\. )+([a-z]|xn--[a-z0-9-]+){2,63}$''', input_domain.replace('*.', ''), re.VERBOSE): raise ArgumentTypeError('Неправильный ввод домена %s') return input_domain

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.