README
changeset 1 1052e4853b1e
parent 0 f37ff08522ed
equal deleted inserted replaced
0:f37ff08522ed 1:1052e4853b1e
     1 ABOUT
     1 ABOUT
     2 --------------------------------------------------------------------------------
     2 --------------------------------------------------------------------------------
     3 This Plugin is intended to fold every single Cert in a PEM Certificat.
     3 This Plugin is intended to fold every single Cert in a PEM Certificate.
     4 
     4 
     5 It will match on these filename extensions for X.509 certificates:
     5 It will match on these filename extensions for X.509 certificates:
     6 
     6 
     7     .pem – (Privacy-enhanced Electronic Mail) Base64 encoded DER certificate,
     7     .pem – (Privacy-enhanced Electronic Mail) Base64 encoded DER certificate,
     8            enclosed between "-----BEGIN CERTIFICATE-----" and
     8            enclosed between "-----BEGIN CERTIFICATE-----" and
    48 If you don't use pathogen Plugin, you have to do it - back to the roots -
    48 If you don't use pathogen Plugin, you have to do it - back to the roots -
    49 adjust your vim runtimepath (see :help 'runtimepath') and put the files in a
    49 adjust your vim runtimepath (see :help 'runtimepath') and put the files in a
    50 location recodnized by your runtimepath. Or just install pathogen, it makes it
    50 location recodnized by your runtimepath. Or just install pathogen, it makes it
    51 much easier to update your plugins. 
    51 much easier to update your plugins. 
    52 
    52 
    53 Installing Pathogen Plugin is quiet easy, just enter:
    53 Installing Pathogen Plugin is quite easy, just enter:
    54 
    54 
    55 mkdir -p ~/.vim/autoload ~/.vim/bundle
    55 mkdir -p ~/.vim/autoload ~/.vim/bundle
    56 curl -LSso ~/.vim/autoload/pathogen.vim https://tpo.pe/pathogen.vim
    56 curl -LSso ~/.vim/autoload/pathogen.vim https://tpo.pe/pathogen.vim
    57 
    57 
    58 for more information visit: 
    58 for more information visit: 
    59 http://www.vim.org/scripts/script.php?script_id=2332
    59 http://www.vim.org/scripts/script.php?script_id=2332
       
    60 
       
    61 Do not forget to add 'execute pathogen#infect()' to your ~/.vimrc!
    60 
    62 
    61 RFC
    63 RFC
    62 --------------------------------------------------------------------------------
    64 --------------------------------------------------------------------------------
    63 For more information about X-509 Certificates read the RFC:
    65 For more information about X-509 Certificates read the RFC:
    64 https://tools.ietf.org/html/rfc5280
    66 https://tools.ietf.org/html/rfc5280
    66 ================================================================================
    68 ================================================================================
    67 ================================================================================
    69 ================================================================================
    68 
    70 
    69 LICENCE
    71 LICENCE
    70 --------------------------------------------------------------------------------
    72 --------------------------------------------------------------------------------
    71 This vim-plugin is intendet to fold Certs in PEM files
    73 This vim-plugin is intended to fold Certs in PEM files
    72 Copyright (C) 2015  Heike Yvonne Pesch 
    74 Copyright (C) 2015  Heike Yvonne Pesch 
    73                     heike.dasinci.pesch@googlemail.com
    75                     heike.dasinci.pesch@googlemail.com
    74 
    76 
    75 This program is free software: you can redistribute it and/or modify
    77 This program is free software: you can redistribute it and/or modify
    76 it under the terms of the GNU General Public License as published by
    78 it under the terms of the GNU General Public License as published by
    83 GNU General Public License for more details.
    85 GNU General Public License for more details.
    84 
    86 
    85 You should have received a copy of the GNU General Public License
    87 You should have received a copy of the GNU General Public License
    86 along with this program.  If not, see <http://www.gnu.org/licenses/>.
    88 along with this program.  If not, see <http://www.gnu.org/licenses/>.
    87 
    89 
    88 This vim-plugin is intendet to fold Certs in PEM files
    90 This vim-plugin is intended to fold Certs in PEM files
    89 Copyright (C) 2015  Heike Yvonne Pesch
    91 Copyright (C) 2015  Heike Yvonne Pesch
    90 
    92 
    91 This program is free software: you can redistribute it and/or modify
    93 This program is free software: you can redistribute it and/or modify
    92 it under the terms of the GNU General Public License as published by
    94 it under the terms of the GNU General Public License as published by
    93 the Free Software Foundation, either version 3 of the License, or
    95 the Free Software Foundation, either version 3 of the License, or