db selectNoCd:mNmCd] =
and a.yn_svr_trsm<>'Y' 

hjhselectdefect query = select a.id_mbil                            ,a.cd_dong                            ,a.nohs                            ,c.nm_loc                            ,d.nm_rgon                            ,e.nm_dfct_type                            ,a.dfct_cnts                            ,a.cd_hndl_stat                            ,a.yn_re_clsf_rqst                            ,a.id_wrk_fmer_pic_atch_file                            ,a.id_wrk_aftr_pic_atch_file                            ,f.nm_dong                            ,a.dnt_rgst                            ,a.id_rgon                           ,a.cd_cpny                           from ddtbt_dfct a                            inner join ddtbt_hosh b on b.cd_dong=a.cd_dong and b.nohs=a.nohs                            inner join ddtbt_site_tppg_loc c on c.cd_tppg=b.cd_tppg and c.id_loc=a.id_loc                            inner join ddtbt_site_loc_rgon d on d.id_loc=a.id_loc and d.id_rgon=a.id_rgon                            inner join ddtbt_rgon_dfct_type e on e.id_rgon=a.id_rgon and e.id_dfct_type=a.id_dfct_type                            inner join ddtbt_dong f on f.cd_dong=a.cd_dong                            where a.cd_dong like '%' and a.nohs like '%' and a.yn_re_clsf_rqst like '%'                            and a.mode like '%'                            and a.yn_svr_trsm<>'Y'                            and a.cd_hndl_stat like '%'                                     order by a.cd_dong, a.nohs desc, a.id_loc, a.id_rgon;


UIButton *btn = [[UIButton alloc] initWithFrame:CGRectMake(6, 11, 22, 22)];

        [imageUp resizableImageWithCapInsets:UIEdgeInsetsMake(0, 0, 22, 22)];
        [imageDn resizableImageWithCapInsets:UIEdgeInsetsMake(0, 0, 22, 22)];
        
        [btn setBackgroundImage:imageUp forState:UIControlStateNormal];
        [btn setBackgroundImage:imageDn forState:UIControlStateSelected];
        [btn setBackgroundImage:imageDn forState:UIControlStateHighlighted];

yn_cmpx_ctyp
id_flwg_ctyp
cnts_dfct_mgt

-----END CERTIFICATE-----
Remove
* Required fields
Cancel
제출
plesk.com Suggest an Idea 
Hide
1Hide Completed
The installation of WordPress 4.9.6-255 for hajunho.com was successfully updated.

Hosting Settings for hajunho.com
This is where you configure website hosting settings and select the features available for your site.

Hosting type
Website [Change]
Website status
Active [Change]
Document root
 / httpdocs
It is impossible to change document root because there are web applications installed on this website.
Preferred domain *

www.hajunho.com

hajunho.com

None
Select the URL (either with or without the www. prefix) to which site visitors will be redirected via a SEO-safe HTTP 301 redirect.
Security
To secure transactions with your site, use SSL/TLS protocol, which encrypts all data and transfers it over a secure connection. To employ SSL/TLS, install an SSL/TLS certificate on the site, and then select it below.


SSL/TLS support 

Permanent SEO-safe 301 redirect from HTTP to HTTPS 
Certificate 

Web scripting and statistics
Specify which of the following programming and scripting languages should be interpreted, executed or otherwise processed by the web server.

 SSI support (use SSI for *.htm, *.html files )
 PHP support (PHP version , run PHP as  )
Note that changing the PHP handler type may disrupt the operation of existing PHP scripts on this website.
Learn how to choose the most suitable PHP settings

CGI support 

Perl support 

Python support 

Microsoft ASP support 
 Microsoft ASP.NET support (Version )
 Web statistics (Protect access to your web statistics with your FTP username and password )

Custom error documents 

Additional write/modify permissions 

Web Deploy publishing 


Your Certificate Signing Request or CSR is an encoded file that contains your application information such as your organization name, domain name, locality and country. It also contains the public key that will be included in your SSL certificate.

You can create your CSR from your Web server software. Once created, paste the CSR code in the textbox on the left.


Learn more
How do I generate a CSR for my SSL certificate?



Important: For security reasons, you must submit your website details for verification within 30 days. In case you're unable to do so, your certificate will be deleted and your money will be refunded.



NSCalendar *gregorian =
       [[NSCalendar alloc] initWithCalendarIdentifier:NSGregorianCalendar];
    NSUInteger dayOfYear =
       [gregorian ordinalityOfUnit:NSDayCalendarUnit
         inUnit:NSYearCalendarUnit forDate:[NSDate date]];

    NSCalendar *gregorian =
    [[NSCalendar alloc] initWithCalendarIdentifier:NSCalendarIdentifierGregorian];
    NSUInteger dayOfYear =
    [gregorian ordinalityOfUnit:NSCalendarUnitDay
                         inUnit:NSCalendarUnitYear forDate:[NSDate date]];

     NSArray *itemArray = [NSArray arrayWithObjects: @"허위보고", @"작업미진", @"재분류", nil];
     UISegmentedControl *seg = [[UISegmentedControl alloc] initWithItems:itemArray];
     [seg setFrame:CGRectMake(12.0, 50.0, 180.0, 25.0)];
     [seg setSegmentedControlStyle:UISegmentedControlStylePlain];
     [seg setSelectedSegmentIndex:0];
     
     UIFont *font = [UIFont boldSystemFontOfSize:12.0f];
     NSDictionary *attributes = [NSDictionary dictionaryWithObject:font forKey:UITextAttributeFont];
     [seg setTitleTextAttributes:attributes forState:UIControlStateNormal];
     
     [seg setTag:101];
     [prompt addSubview:seg];
     
     UITextField *textField = [[UITextField alloc] initWithFrame:CGRectMake(12.0, 85.0, 260.0, 25.0)];
     [textField setBackgroundColor:[UIColor whiteColor]];
     [textField setPlaceholder:@"사유"];
     [textField setText:@""];
     [textField setTag:102];
     [prompt addSubview:textField];
     */
    
    [prompt setTransform:CGAffineTransformMakeTranslation(0.0, 110.0)];


PRAGMA foreign_keys = off;

BEGIN;

ALTER TABLE "DDTBT_DFCT" RENAME TO "_DDTBT_DFCT_old";

CREATE TABLE "DDTBT_DFCT" (
   "id_mbil" number PRIMARY KEY ASC
 , "mode" varchar(2)
 , "id_dfct" number
 , "cd_site" vharchar(6)
 , "cd_hndl_stat" varchar(20)
 , "cd_rcpt_phs" varchar(20)
 , "yn_re_rcpt" varchar(1)
 , "notm_re_rcpt" varchar(6)
 , "dt_rcpt" varchar(8)
 , "id_rcpt_prsn" varchar(20)
 , "cd_dong" varchar(4)
 , "nohs" varchar(5)
 , "cd_loc_clsf" varchar(20)
 , "yn_hosh_comn" varchar(1)
 , "id_loc" number
 , "id_rgon" number
 , "id_dfct_ctyp" number
 , "id_dfct_type" number
 , "id_dfct_caus" number
 , "id_dfct_cl" number
 , "dfct_cnts" varchar(200)
 , "id_wrk_fmer_pic_atch_file" varchar(50)
 , "id_wrk_aftr_pic_atch_file" varchar(50)
 , "yn_re_clsf_rqst" varchar(1)
 , "id_cplt_prsn" varchar(20)
 , "dt_cplt" varchar(8)
 , "notm_vrf_chk" number
 , "dnt_rgst" varchar(8)
 , "id_rgst" varchar(10)
 , "dnt_chg" varchar(8)
 , "id_chg" varchar(10)
 , "cd_re_rcpt_resn" varchar(20)
 , "nm_re_rcpt_resn" varchar(200)
 , "yn_svr_trsm" varchar(1)
 , "search001" number
 , "search002" number
 , "search003" number
 , "cd_cpny" varchar(10)
 , "seq_nipt" varchar(10)
 , "yn_cmpx_ctyp" varchar(1)
 , "id_flwg_ctyp" number
 , "cnts_dfct_mgt" varchar(1000)
);

INSERT INTO "DDTBT_DFCT" (
   "id_mbil"
 , "mode"
 , "id_dfct"
 , "cd_site"
 , "cd_hndl_stat"
 , "cd_rcpt_phs"
 , "yn_re_rcpt"
 , "notm_re_rcpt"
 , "dt_rcpt"
 , "id_rcpt_prsn"
 , "cd_dong"
 , "nohs"
 , "cd_loc_clsf"
 , "yn_hosh_comn"
 , "id_loc"
 , "id_rgon"
 , "id_dfct_ctyp"
 , "id_dfct_type"
 , "id_dfct_caus"
 , "id_dfct_cl"
 , "dfct_cnts"
 , "id_wrk_fmer_pic_atch_file"
 , "id_wrk_aftr_pic_atch_file"
 , "yn_re_clsf_rqst"
 , "id_cplt_prsn"
 , "dt_cplt"
 , "notm_vrf_chk"
 , "dnt_rgst"
 , "id_rgst"
 , "dnt_chg"
 , "id_chg"
 , "cd_re_rcpt_resn"
 , "nm_re_rcpt_resn"
 , "yn_svr_trsm"
 , "search001"
 , "search002"
 , "search003"
 , "cd_cpny"
 , "seq_nipt"
)
SELECT
   "id_mbil"
 , "mode"
 , "id_dfct"
 , "cd_site"
 , "cd_hndl_stat"
 , "cd_rcpt_phs"
 , "yn_re_rcpt"
 , "notm_re_rcpt"
 , "dt_rcpt"
 , "id_rcpt_prsn"
 , "cd_dong"
 , "nohs"
 , "cd_loc_clsf"
 , "yn_hosh_comn"
 , "id_loc"
 , "id_rgon"
 , "id_dfct_ctyp"
 , "id_dfct_type"
 , "id_dfct_caus"
 , "id_dfct_cl"
 , "dfct_cnts"
 , "id_wrk_fmer_pic_atch_file"
 , "id_wrk_aftr_pic_atch_file"
 , "yn_re_clsf_rqst"
 , "id_cplt_prsn"
 , "dt_cplt"
 , "notm_vrf_chk"
 , "dnt_rgst"
 , "id_rgst"
 , "dnt_chg"
 , "id_chg"
 , "cd_re_rcpt_resn"
 , "nm_re_rcpt_resn"
 , "yn_svr_trsm"
 , "search001"
 , "search002"
 , "search003"
 , "cd_cpny"
 , "seq_nipt"
FROM "_DDTBT_DFCT_old";

DROP TABLE "_DDTBT_DFCT_old";

COMMIT;

PRAGMA foreign_keys = ON;

                [dfctData appendString:[NSString stringWithFormat:@""
                                        ,data.id_mbil
                                        ,data.mode
                                        ,data.id_dfct
                                        ,data.cd_site
                                        ,data.cd_hndl_stat
                                        ,data.cd_rcpt_phs
                                        ,data.yn_re_rcpt
                                        ,data.notm_re_rcpt
                                        ,data.dt_rcpt
                                        ,data.id_rcpt_prsn
                                        ,data.cd_dong
                                        ,data.nohs
                                        ,data.cd_loc_clsf
                                        ,data.yn_hosh_comn
                                        ,data.id_loc
                                        ,data.id_rgon
                                        ,data.id_dfct_ctyp
                                        ,data.id_dfct_type
                                        ,data.id_dfct_caus
                                        ,data.id_dfct_cl
                                        ,[data.dfct_cnts stringByReplacingOccurrencesOfString:@"'" withString:@"%26apos;"]
                                        ,data.yn_re_clsf_rqst
                                        ,data.dt_cplt
                                        ,data.notm_vrf_chk
                                        //                                        ,data.dnt_rgst
                                        ,[GlobalVar changingDateTime2YYYYMMDD:data.dnt_rgst]
                                        ,data.id_rgst
                                        //                                        ,data.dnt_chg
                                        ,[GlobalVar changingDateTime2YYYYMMDD:data.dnt_chg]
                                        ,data.id_chg
                                        ,data.cd_re_rcpt_resn
                                        ,data.nm_re_rcpt_resn
                                        ]
                 
                 ];


SSL/TLS Certificates for hajunho.com
If you created a certificate signing request on this server and received the certificate file, upload it here. If you want to upload a certificate and private key pair generated on a different server, or generate a self-signed certificate, click Add SSL/TLS Certificate.

After adding an SSL/TLS certificate to a domain, you need to enable SSL/TLS support and select that certificate in the website hosting settings: Websites & Domains > Hosting Settings of this domain > Security.
Welcome to Whois Support
Chat with Khushi P
avatar
Khushi P
Support Agent


Name:
HAJUNHO
Registered Email Address
hajunho@hotmail.com

 Use this form to generate a request for a certificate, to buy a certificate from your provider, or to generate a self-signed certificate.

A request is a CSR file that contains the information about your domain that you specified in the form. You can submit the request to a certification authority for issuing a certificate for you. You will then upload it using one of the upload forms below.

A self-signed certificate is an identity certificate signed by its own creator. If you use such a certificate, it means that you yourself verify your sites' identity. Although self-signed certificates allow the usage of SSL/TLS, they are trusted less, and considered as less secure.

Bits *

Country *

State or province *
gyeonkido
Location (city) *
Suwon
Organization name (company) *
hajunho.com
Organization department or division name 
Domain name *
hajunho.com
Email *
mynameis@hajunho.com
Request
 Self-Signed

Step 2 of 2: Choose where to receive your verification email from the Certificate Authority

I want to receive my verification email at

admin@hajunho.com
administrator@hajunho.com
postmaster@hajunho.com
d870dguzqb4l@contactprivacy.email
webmaster@hajunho.com
hostmaster@hajunho.com


Your application has been submitted. You will soon receive an email from Comodo with instructions on how to proceed.

Domain Control Validation for:hajunho.com

Dear admin@hajunho.com,

We have received a request to issue an SSL certificate for:
Domain: hajunho.com
Subject: 
             hajunho.com

 and whose email address is admin@hajunho.com
To permit the issuance of the certificate please browse here
and enter the following "validation code":
bQbCv



**************PLEASE NOTE CHOOSING THE OPTION BELOW WILL REJECT THE CERTIFICATE**************
            If neither you nor a trusted colleague made this request for
            a certificate then you can reject it by browsing to Reject
Thank you for being a valued Sectigo customer.

visit our website

get support

Copyright Ⓒ Sectigo Limited, All rights reserved.

Domain Control Validation (Part 2)
Domain Control Validation (Part 2)

Please enter your "validation code" for Order #329865978, then click "Next"

Domain Control Validation (Part 2)
Please note

You have entered the correct Domain Control Validation code, but there is a problem with your order. Please close this window and contact Support!

tiveSSL Certificate for hajunho.com is attached!

Dear admin@hajunho.com,

Thank you for placing your order. We are pleased to announce that your PositiveSSL Certificate for hajunho.com has been issued.

To help reduce domain name mismatch warnings, we have also included the domain name www.hajunho.com in your certificate.

We strongly recommend that you click here for instructions to ensure that your certificate is installed and your webserver is configured correctly.

Attached to this email you should find a .zip file containing:

Root CA Certificate - AddTrustExternalCARoot.crt
Intermediate CA Certificate - USERTrustRSAAddTrustCA.crt
Intermediate CA Certificate - SectigoRSADomainValidationSecureServerCA.crt
Your PositiveSSL Certificate - hajunho_com.crt
You can also find your PositiveSSL Certificate for hajunho.com in text format at the bottom of this email.
Should you have any questions or issues you would like to discuss, please do not hesitate to contact us.

Thank you for being a valued Sectigo customer.

visit our website

get support

Copyright Ⓒ Sectigo Limited, All rights reserved.

Your PositiveSSL Certificate for hajunho.com in text format (if required):


-----BEGIN CERTIFICATE-----
GMIIGuDC

AddTrustExternalCARoot.crt
hajunho_com.crt
SectigoRSADomainValidationSecureServerCA.crt
USERTrustRSAAddTrustCA.crt




Plesk Onyx 17.5.3
 
Logged in as hajunmgm 
Subscription hajunho.com  Help 
Search...
Websites & Domains
Mail
Applications
Files
Databases
Statistics
Users
Account
WordPress
Websites & Domainshajunho.comSSL/TLS Certificates
Change Properties of SSL/TLS Certificate hajunhocerti
Certificate name *
hajunhocerti
Rename
Settings
Use this form to generate a request for a certificate, to buy a certificate from your provider, or to generate a self-signed certificate.

A request is a CSR file that contains the information about your domain that you specified in the form. You can submit the request to a certification authority for issuing a certificate for you. You will then upload it using one of the upload forms below.

A self-signed certificate is an identity certificate signed by its own creator. If you use such a certificate, it means that you yourself verify your sites' identity. Although self-signed certificates allow the usage of SSL/TLS, they are trusted less, and considered as less secure.

Bits 
4096
Country 
State or province 
Location (city) 
Organization name (company) 
Organization department or division name 
Domain Control Validated; PositiveSSL
Domain name 
hajunho.com
Email 
Upload the certificate files
Use this form to upload the components of a certificate as constituent files.

Certificate (*.crt) *

CA certificate (*-ca.crt) 
Upload Certificate
Upload the certificate as text
Use this form to upload the components of a certificate as text. Copy the contents of a file and paste into the corresponding field.

Certificate (*.crt) *
CA certificate (*-ca.crt) 
Upload Certificate
CSR
-----BEGIN CERTIFICATE REQUEST-----old
MIIEzzCCArcCAQAwgYkxCzAJBgNVBAYTAktSMRIwEAYDVQQIEwlHeW9uZ2dpZG8x
EzARBgNVBAcTCnN1d29uIGNpdHkxFjAUBgNVBAoTDWhhanVuaG9kb3Rjb20xFDAS
BgNVBAMTC2hhanVuaG8uY29tMSMwIQYJKoZIhvcNAQkBFhRteW5hbWVpc0BoYWp1
bmhvLmNvbTCCAiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIBANB5oyrbSB6K
zPLQvepDubilwt/YZP72GB9Xq9LjxcGREHHCzZiuPzWynudAOt3aOApiisikaYun
TtBB3lwZYYft1/rh60nBxjCb0F3q1SjulIYdemOAbUbpKgmbZNxk5pUbinng2cbk
9PoaS4hMiufyLmlkzpWMVpz3rxr9zgBapp7OY19Hi6g3uGKugf31x09nWnoWJQLt
KWmyW3Qfbr9M8qTZDh9L2FZBBVz0LmVSgKGtS3XLgsfbXxBYuJXhUN/BkxWrBgw9
XBNmjB+MiXKrfxgWuRmQnAYvPVYgSjQ62jWuAuaREO4cieWTnR64BOVwRHvn7wJf
1aXivPaswgkDDhQvH4O119pa+vSEt5zE+hA44kDmkbctAfYmAgkJ7nPyFXQuoJ7h
i2/uvipA0J0jK5jwaE1eCbsp+URTObQiws+DJQc55OFR/+O6/p1PrGJAFrtgkpHh
2pOLenQ5A4EMIwGfPiVisMYAC8EC5PAZVjxFebK088PnSen0LYRe4BWojhZVfSeA
a+pNZHCe/fv5PLb10ijmxqtABy98mAydR5j+s+d9C6jmAErNTbg+QPMtgrCCN5F5
8UE1O/BhsOp4KurZri1phMD2+qYubMzBP3gERov0gynZOfk4C/YB8EAfs9E41qyr
a8ljL72zhg/01Wwg5MwKdDjtQpTd35fxAgMBAAGgADANBgkqhkiG9w0BAQsFAAOC
AgEAICx3nFlPmZeZe+2xzn/ZD6qlt94bnRNbtNFxarXzsDm8q8FySYYmXUIQydDy
kRmYk00nph3jpBKdQ5lE68Z5KLbx9iP3XYvyhwF4jPCUDN3CupgXCDuEZb6Sq1o9
3j4PLGdBGKRAIgnsvvCc1In5y6Gwp069CtksK7ultpTZLlJ4b8o78QBEgYQd20kZ
xWrJbkBgxkWvT1bEjQK6+xOhycgS84uILAdskmCBRLY3GR73GO7kg/SS1HwVG18d
qhUCs8YeNJNE7aSLjQrVcOEjPIqXErcSMgY+X/VufvrCgOpc3y95O7SJ0dBsFS/b
zkxijprKgZmO7Pog1EpkrGksfbHubTlVj/wdyTXzpAr9flbPRi9v1js5YjOUAt7j
A61NXvU5266tVCPpg79yR2nrJWVGsy7Yqyvk+IOrjsqP4MVCJkFnImh7W0Le6e8T
bkMF4Kh0CLU2gfNemtFoR+EU3KQqnaRWzkns396P6UOx2QaD9a2gbKIqCjwgLiRe
xBE6nyu2jTakd5P2z+uFLyie0hO34UI4UWegs4E2WCWsqN9W/Ark3AzZNf98uGRh
7Z3uSuOAGY+/X1bY4ObJpsiKP0504YrG2YMIuJOamiE3UYynpktBNUA4qKyoC4aX
pzLjQZk0coGBYGq1trV6/CwkdqMOpllpvBJMBycqGmMjVAo=
-----END CERTIFICATE REQUEST-----
Private key (*.key)
-----BEGIN PRIVATE KEY-----old
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
1h6r+wmYvIkWf1aCAz8DS91RINliPg==
-----END PRIVATE KEY-----
Certificate (*.crt)
-----BEGIN CERTIFICATE-----old
MIIG7zCCBdegAwIBAgIQIbgoIpg9PrKjIzhulDK7YjANBgkqhkiG9w0BAQsFADCB
jzELMAkGA1UEBhMCR0IxGzAZBgNVBAgTEkdyZWF0ZXIgTWFuY2hlc3RlcjEQMA4G
A1UEBxMHU2FsZm9yZDEYMBYGA1UEChMPU2VjdGlnbyBMaW1pdGVkMTcwNQYDVQQD
Ey5TZWN0aWdvIFJTQSBEb21haW4gVmFsaWRhdGlvbiBTZWN1cmUgU2VydmVyIENB
MB4XDTE5MDMwNTAwMDAwMFoXDTIwMDMwNDIzNTk1OVowTzEhMB8GA1UECxMYRG9t
YWluIENvbnRyb2wgVmFsaWRhdGVkMRQwEgYDVQQLEwtQb3NpdGl2ZVNTTDEUMBIG
A1UEAxMLaGFqdW5oby5jb20wggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoIC
AQDQeaMq20geiszy0L3qQ7m4pcLf2GT+9hgfV6vS48XBkRBxws2Yrj81sp7nQDrd
2jgKYorIpGmLp07QQd5cGWGH7df64etJwcYwm9Bd6tUo7pSGHXpjgG1G6SoJm2Tc
ZOaVG4p54NnG5PT6GkuITIrn8i5pZM6VjFac968a/c4AWqaezmNfR4uoN7hiroH9
9cdPZ1p6FiUC7Slpslt0H26/TPKk2Q4fS9hWQQVc9C5lUoChrUt1y4LH218QWLiV
4VDfwZMVqwYMPVwTZowfjIlyq38YFrkZkJwGLz1WIEo0Oto1rgLmkRDuHInlk50e
uATlcER75+8CX9Wl4rz2rMIJAw4ULx+DtdfaWvr0hLecxPoQOOJA5pG3LQH2JgIJ
Ce5z8hV0LqCe4Ytv7r4qQNCdIyuY8GhNXgm7KflEUzm0IsLPgyUHOeThUf/juv6d
T6xiQBa7YJKR4dqTi3p0OQOBDCMBnz4lYrDGAAvBAuTwGVY8RXmytPPD50np9C2E
XuAVqI4WVX0ngGvqTWRwnv37+Ty29dIo5sarQAcvfJgMnUeY/rPnfQuo5gBKzU24
PkDzLYKwgjeRefFBNTvwYbDqeCrq2a4taYTA9vqmLmzMwT94BEaL9IMp2Tn5OAv2
AfBAH7PRONasq2vJYy+9s4YP9NVsIOTMCnQ47UKU3d+X8QIDAQABo4IChDCCAoAw
HwYDVR0jBBgwFoAUjYxexFStiuF36Zv5mwXhuAGNYeEwHQYDVR0OBBYEFAla7fAw
3cwJZligoDEHTLKuiu9/MA4GA1UdDwEB/wQEAwIFoDAMBgNVHRMBAf8EAjAAMB0G
A1UdJQQWMBQGCCsGAQUFBwMBBggrBgEFBQcDAjBJBgNVHSAEQjBAMDQGCysGAQQB
sjEBAgIHMCUwIwYIKwYBBQUHAgEWF2h0dHBzOi8vc2VjdGlnby5jb20vQ1BTMAgG
BmeBDAECATCBhAYIKwYBBQUHAQEEeDB2ME8GCCsGAQUFBzAChkNodHRwOi8vY3J0
LnNlY3RpZ28uY29tL1NlY3RpZ29SU0FEb21haW5WYWxpZGF0aW9uU2VjdXJlU2Vy
dmVyQ0EuY3J0MCMGCCsGAQUFBzABhhdodHRwOi8vb2NzcC5zZWN0aWdvLmNvbTAn
BgNVHREEIDAeggtoYWp1bmhvLmNvbYIPd3d3LmhhanVuaG8uY29tMIIBBAYKKwYB
BAHWeQIEAgSB9QSB8gDwAHYAu9nfvB+KcbWTlCOXqpJ7RzhXlQqrUugakJZkNo4e
0YUAAAFpTGA4xwAABAMARzBFAiAwt+eYcqwGRBOlrt4gD9PuyxifFAfWFlxlJ+TR
CjwsxwIhAN9dv0K9hZbNP+plStSWCRvuaY3gSN6xUX8nMko81c5qAHYAXqdz+d9W
wOe1Nkh90EngMnqRmgyEoRIShBh1loFxRVgAAAFpTGA5AgAABAMARzBFAiEAg9yV
wEy2vINKoqVDDgjqgvpGUsTjwzGt6EhANeth6q0CIGt85O4Vy2q7LOakECoAgLmF
cH/6yL5WksrCcFIYh1JUMA0GCSqGSIb3DQEBCwUAA4IBAQABOLXlOcm/j7Br4dKB
svr7l0WneidjbRifHxTbbzdZz7LVy5DTRrr3eHQLa+V3/euQD4oGhva019lLNfcN
3LalAyhrtRcXom7LDovH9i+IWmPI+zXqz6GggoQ/GCnJPhe1AaxeMSmaRptffBWB
l+xav1JKEv2MFFnJMlf8Eo45EBgEmq7/EkC5jz7Sg2ZDq4u6g755gJRsaWf0XfMl
plC9CIfgLqr6bgQ2hqKN7Fapst2Nl7t9Ny/JN081DTCN/7X6WB2lM3upyv63NuLf
6jsaFNAb98gg0O0LoGppEfzXkgI6dXBVFR3VF6K9B6Gbix5YE0AlXbJ2NQRixY3d
AZOx
-----END CERTIFICATE--/---
CA certificate (*-ca.crt)
-----BEGIN CERTIFICATE-----old
MIIG7zCCBdegAwIBAgIQIbgoIpg9PrKjIzhulDK7YjANBgkqhkiG9w0BAQsFADCB
jzELMAkGA1UEBhMCR0IxGzAZBgNVBAgTEkdyZWF0ZXIgTWFuY2hlc3RlcjEQMA4G
A1UEBxMHU2FsZm9yZDEYMBYGA1UEChMPU2VjdGlnbyBMaW1pdGVkMTcwNQYDVQQD
Ey5TZWN0aWdvIFJTQSBEb21haW4gVmFsaWRhdGlvbiBTZWN1cmUgU2VydmVyIENB
MB4XDTE5MDMwNTAwMDAwMFoXDTIwMDMwNDIzNTk1OVowTzEhMB8GA1UECxMYRG9t
YWluIENvbnRyb2wgVmFsaWRhdGVkMRQwEgYDVQQLEwtQb3NpdGl2ZVNTTDEUMBIG
A1UEAxMLaGFqdW5oby5jb20wggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoIC
AQDQeaMq20geiszy0L3qQ7m4pcLf2GT+9hgfV6vS48XBkRBxws2Yrj81sp7nQDrd
2jgKYorIpGmLp07QQd5cGWGH7df64etJwcYwm9Bd6tUo7pSGHXpjgG1G6SoJm2Tc
ZOaVG4p54NnG5PT6GkuITIrn8i5pZM6VjFac968a/c4AWqaezmNfR4uoN7hiroH9
9cdPZ1p6FiUC7Slpslt0H26/TPKk2Q4fS9hWQQVc9C5lUoChrUt1y4LH218QWLiV
4VDfwZMVqwYMPVwTZowfjIlyq38YFrkZkJwGLz1WIEo0Oto1rgLmkRDuHInlk50e
uATlcER75+8CX9Wl4rz2rMIJAw4ULx+DtdfaWvr0hLecxPoQOOJA5pG3LQH2JgIJ
Ce5z8hV0LqCe4Ytv7r4qQNCdIyuY8GhNXgm7KflEUzm0IsLPgyUHOeThUf/juv6d
T6xiQBa7YJKR4dqTi3p0OQOBDCMBnz4lYrDGAAvBAuTwGVY8RXmytPPD50np9C2E
XuAVqI4WVX0ngGvqTWRwnv37+Ty29dIo5sarQAcvfJgMnUeY/rPnfQuo5gBKzU24
PkDzLYKwgjeRefFBNTvwYbDqeCrq2a4taYTA9vqmLmzMwT94BEaL9IMp2Tn5OAv2
AfBAH7PRONasq2vJYy+9s4YP9NVsIOTMCnQ47UKU3d+X8QIDAQABo4IChDCCAoAw
HwYDVR0jBBgwFoAUjYxexFStiuF36Zv5mwXhuAGNYeEwHQYDVR0OBBYEFAla7fAw
3cwJZligoDEHTLKuiu9/MA4GA1UdDwEB/wQEAwIFoDAMBgNVHRMBAf8EAjAAMB0G
A1UdJQQWMBQGCCsGAQUFBwMBBggrBgEFBQcDAjBJBgNVHSAEQjBAMDQGCysGAQQB
sjEBAgIHMCUwIwYIKwYBBQUHAgEWF2h0dHBzOi8vc2VjdGlnby5jb20vQ1BTMAgG
BmeBDAECATCBhAYIKwYBBQUHAQEEeDB2ME8GCCsGAQUFBzAChkNodHRwOi8vY3J0
LnNlY3RpZ28uY29tL1NlY3RpZ29SU0FEb21haW5WYWxpZGF0aW9uU2VjdXJlU2Vy
dmVyQ0EuY3J0MCMGCCsGAQUFBzABhhdodHRwOi8vb2NzcC5zZWN0aWdvLmNvbTAn
BgNVHREEIDAeggtoYWp1bmhvLmNvbYIPd3d3LmhhanVuaG8uY29tMIIBBAYKKwYB
BAHWeQIEAgSB9QSB8gDwAHYAu9nfvB+KcbWTlCOXqpJ7RzhXlQqrUugakJZkNo4e
0YUAAAFpTGA4xwAABAMARzBFAiAwt+eYcqwGRBOlrt4gD9PuyxifFAfWFlxlJ+TR
CjwsxwIhAN9dv0K9hZbNP+plStSWCRvuaY3gSN6xUX8nMko81c5qAHYAXqdz+d9W
wOe1Nkh90EngMnqRmgyEoRIShBh1loFxRVgAAAFpTGA5AgAABAMARzBFAiEAg9yV
wEy2vINKoqVDDgjqgvpGUsTjwzGt6EhANeth6q0CIGt85O4Vy2q7LOakECoAgLmF
cH/6yL5WksrCcFIYh1JUMA0GCSqGSIb3DQEBCwUAA4IBAQABOLXlOcm/j7Br4dKB
svr7l0WneidjbRifHxTbbzdZz7LVy5DTRrr3eHQLa+V3/euQD4oGhva019lLNfcN
3LalAyhrtRcXom7LDovH9i+IWmPI+zXqz6GggoQ/GCnJPhe1AaxeMSmaRptffBWB
l+xav1JKEv2MFFnJMlf8Eo45EBgEmq7/EkC5jz7Sg2ZDq4u6g755gJRsaWf0XfMl
plC9CIfgLqr6bgQ2hqKN7Fapst2Nl7t9Ny/JN081DTCN/7X6WB2lM3upyv63NuLf
6jsaFNAb98gg0O0LoGppEfzXkgI6dXBVFR3VF6K9B6Gbix5YE0AlXbJ2NQRixY3d
AZOx


'Blog History' 카테고리의 다른 글

102  (0) 2020.03.08
101  (0) 2020.03.08
099  (0) 2020.03.04
098  (0) 2020.03.03
097  (0) 2020.03.03

+ Recent posts